mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:53:53 -04:00
Added guestName translation to kiosk.json. Implemented time.json to time util translations. Updated info.js to reflect kiosk name requirement. Updated mail.js and print.js for localized time translations. Implemented optional guest name (voucher note) within kiosk.ejs. Implemented translations within time.js. Updated docker-compose.yml. Updated dependencies. Updated README.md
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "WiFi Voucher",
|
||||
"guestName": "Guest Name",
|
||||
"generate": "Generate WiFi Voucher",
|
||||
"generating": "Generating Voucher",
|
||||
"use": "Use this code when connecting",
|
||||
|
||||
8
locales/en/time.json
Normal file
8
locales/en/time.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"minute": "minute",
|
||||
"minutes": "minutes",
|
||||
"hour": "hour",
|
||||
"hours": "hours",
|
||||
"day": "day",
|
||||
"days": "days"
|
||||
}
|
||||
Reference in New Issue
Block a user