chore: set up crowdin cli and update translations

This commit is contained in:
Anna 2022-06-03 03:24:10 -04:00
parent 72b3c91c11
commit 625161ff51
3 changed files with 1497 additions and 1480 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

13
crowdin.yml Normal file
View File

@ -0,0 +1,13 @@
"project_id" : "498233"
"base_path" : "."
"base_url" : "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source" : "/ChatTwo/Resources/Language.resx",
"translation" : "/ChatTwo/Resources/Language.%two_letters_code%.resx",
"dest" : "/Language.resx",
"skip_untranslated_strings": true,
}
]