protoc and localization

This commit is contained in:
Christien Rioux 2023-07-07 19:33:28 -04:00
parent dc59703f41
commit 41906366e6
21 changed files with 1717 additions and 1110 deletions

27
assets/i18n/en.json Normal file
View file

@ -0,0 +1,27 @@
{
"app_bar": {
"title": "VeilidChat"
},
"button": {
"cancel": "Cancel",
"change_language": "Change Language"
},
"language": {
"name": {
"en": "English"
},
"selected_message": "Currently selected language is {language}",
"selection": {
"message": "Please select a language from the list",
"title": "Language Selection"
}
},
"plural": {
"demo": {
"zero": "Please start pushing the 'plus' button.",
"one": "You have pushed the button one time.",
"two": "You have pushed the button two times.",
"other": "You have pushed the button {{value}} times."
}
}
}