Updated languages.js. Removed unused language files

This commit is contained in:
Glenn de Haan
2025-04-29 18:25:37 +02:00
parent d2ab7101d3
commit bfb2802269
5 changed files with 3 additions and 68 deletions

View File

@@ -1,19 +0,0 @@
{
"title": "WiFi Voucher Code",
"preHeader": "Your WiFi Voucher Code",
"greeting": "Hi there",
"intro": "Someone generated a WiFi Voucher, please use this code when connecting",
"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",
"poweredBy": "Powered by"
}

View File

@@ -1,15 +0,0 @@
{
"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"
}

View File

@@ -1,19 +0,0 @@
{
"title": "WiFi Voucher Code",
"preHeader": "Your WiFi Voucher Code",
"greeting": "Hi there",
"intro": "Someone generated a WiFi Voucher, please use this code when connecting",
"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",
"poweredBy": "Powered by"
}

View File

@@ -1,15 +0,0 @@
{
"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"
}

View File

@@ -4,6 +4,9 @@
module.exports = {
en: 'English',
de: 'German',
da: 'Danish',
fr: 'French',
nl: 'Dutch',
es: 'Spanish',
pl: 'Polish'
};