Dependency updates. Implemented en kiosk.json translations. Updated locale middleware config. Implemented translations within kiosk.ejs

This commit is contained in:
Glenn de Haan
2025-05-09 17:32:25 +02:00
parent bfb2802269
commit 25d429a22b
5 changed files with 155 additions and 109 deletions

16
locales/en/kiosk.json Normal file
View File

@@ -0,0 +1,16 @@
{
"title": "WiFi Voucher",
"generate": "Generate WiFi Voucher",
"generating": "Generating Voucher",
"use": "Use this code when connecting",
"connect": "Connect to",
"password": "Password",
"or": "or",
"scan": "Scan to connect",
"email": "Email Voucher",
"optional": "optional",
"send": "Send Voucher",
"sending": "Sending Email",
"sent": "Email Sent",
"back": "Back"
}