Implemented the print.json translation file. Added a new print dialog. Moved /print function to a post request. Updated translation.js debug output. Implemented translator within print.js. Fixed typos. Removed unused utils from email and print components render function

This commit is contained in:
Glenn de Haan
2024-10-13 10:37:26 +02:00
parent d5c19d021d
commit c3b36b55a3
7 changed files with 150 additions and 38 deletions

15
locales/en/print.json Normal file
View File

@@ -0,0 +1,15 @@
{
"title": "WiFi Voucher Code",
"connect": "Connect to",
"password": "Password",
"or": "or",
"scan": "Scan to connect",
"details": "Voucher Details",
"type": "Type",
"multiUse": "Multi-use",
"singleUse": "Single-use",
"duration": "Duration",
"dataLimit": "Data Limit",
"downloadLimit": "Download Limit",
"uploadLimit": "Upload Limit"
}