chore: set up crowdin cli and update translations

This commit is contained in:
Anna 2022-06-03 03:24:10 -04:00
parent 9b2a0f6b59
commit cd5f5356fc
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
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,
}
]