scripts: fix langmover for non-ascii chars

This commit is contained in:
Harvey Tindall
2023-06-16 20:59:06 +01:00
parent 2fc2f1ddb3
commit ebdad3f7c7
2 changed files with 35 additions and 2 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"meta": {},
"strings": {
"username": "common",
"password": "common",
"emailAddress": "common",
"name": "common",
"submit": "common",
"send": "common",
"success": "common",
"continue": "common",
"error": "common",
"copy": "common",
"copied": "common",
"time24h": "common",
"time12h": "common",
"linkTelegram": "common",
"contactEmail": "common",
"contactTelegram": "common",
"linkDiscord": "common",
"linkMatrix": "common",
"contactDiscord": "common",
"theme": "common",
"refresh": "common",
"required": "common"
},
"notifications": {
"errorLoginBlank": "admin",
"errorConnection": "admin",
"errorUnknown": "admin",
"error401Unauthorized": "admin"
}
}