From 7e35274d1604be4aecfb05b0d43421f31c04a806 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Thu, 29 Jun 2023 19:37:52 +0200 Subject: [PATCH] Create crowdin.yml configuration --- crowdin.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..8a1bdcb --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,20 @@ +"preserve_hierarchy": true + +files: [ + { + "source": "app/src/main/res/values/strings.xml", + "translation": "app/src/main/res/values-%two_letters_code%/strings.xml", + }, + { + "source": "fastlane/metadata/android/en-US/short_description.txt", + "translation": "fastlane/metadata/android/%locale%/short_description.txt", + }, + { + "source": "fastlane/metadata/android/en-US/full_description.txt", + "translation": "fastlane/metadata/android/%locale%/full_description.txt", + }, + { + "source": "fastlane/metadata/android/en-US/changelogs/*", + "translation": "fastlane/metadata/android/%locale%/changelogs/%original_file_name%", + } +]