mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
Telegram: add language files
somehow these were included in the .gitignore.
This commit is contained in:
parent
901ad7529e
commit
0efd7c5718
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,4 +14,4 @@ server.pem
|
|||||||
server.crt
|
server.crt
|
||||||
instructions-debian.txt
|
instructions-debian.txt
|
||||||
cl.md
|
cl.md
|
||||||
telegram/
|
./telegram/
|
||||||
|
5
lang/telegram/en-gb.json
Normal file
5
lang/telegram/en-gb.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "English (GB)"
|
||||||
|
}
|
||||||
|
}
|
11
lang/telegram/en-us.json
Normal file
11
lang/telegram/en-us.json
Normal 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."
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user