Telegram: add language files

somehow these were included in the .gitignore.
This commit is contained in:
Harvey Tindall 2021-05-07 23:45:53 +01:00
parent 901ad7529e
commit 0efd7c5718
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
3 changed files with 17 additions and 1 deletions

2
.gitignore vendored
View File

@ -14,4 +14,4 @@ server.pem
server.crt
instructions-debian.txt
cl.md
telegram/
./telegram/

5
lang/telegram/en-gb.json Normal file
View File

@ -0,0 +1,5 @@
{
"meta": {
"name": "English (GB)"
}
}

11
lang/telegram/en-us.json Normal file
View File

@ -0,0 +1,11 @@
{
"meta": {
"name": "English (US)"
},
"strings": {
"startMessage": "Hi!\nEnter your test PIN code here to verify your account.",
"languageMessage": "Note: See available languages with /lang, and set language with /lang <language code>.",
"invalidPIN": "That PIN was invalid, try again.",
"pinSuccess": "Success! You can now return to the sign-up page."
}
}