diff --git a/.gitignore b/.gitignore index 93cf4a2d..7f5d55f5 100644 --- a/.gitignore +++ b/.gitignore @@ -195,3 +195,6 @@ crowdin.yml !/gradle/wrapper/gradle-wrapper.jar # End of https://www.gitignore.io/api/android,androidstudio + +# Crowdin Config +crowdin.yml diff --git a/crowdin.example.yml b/crowdin.example.yml new file mode 100644 index 00000000..a7eb755f --- /dev/null +++ b/crowdin.example.yml @@ -0,0 +1,10 @@ +"project_id": "375123" +"api_token": "-removed-" +"base_path" : "" +"preserve_hierarchy": false +files: [ + { + "source" : "app/src/main/res/values/strings.xml", + "translation" : "app/src/main/res/values-%two_letters_code%/strings.xml", + } +]