From b7f68fdfc7056b0757d605bad0fdfc4d5c297d0a Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 1 May 2019 12:47:28 -0700 Subject: Update Crowdin configuration file --- crowdin.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..7e610f0 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,9 @@ +files: + - source: /about/src/main/res/values/strings_about.xml + translation: /about/src/main/res/values-%android_code%/strings_about.xml + - source: /colorpicker/src/main/res/values/strings_colorpicker.xml + translation: /colorpicker/src/main/res/values-%android_code%/strings_colorpicker.xml + - source: /core/src/main/res-public/values/strings_commons.xml + translation: /core/src/main/res-public/values-%android_code%/strings_commons.xml + - source: /mediapicker/src/main/res/values/strings_mediapicker.xml + translation: /mediapicker/src/main/res/values-%android_code%/strings_mediapicker.xml -- cgit v1.2.3