From 89625e3f002a3c866ae670fbf65d913ea1fc0f43 Mon Sep 17 00:00:00 2001 From: sds100 Date: Sun, 4 Aug 2024 19:27:26 +0200 Subject: [PATCH] Revert "chore: use correct export pattern for crowdin strings.xml" This reverts commit 8452d89f31889a52a831703e7db44dd356e1b840. --- crowdin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yaml b/crowdin.yaml index 47f0f953f1..4aac34d394 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -6,7 +6,7 @@ preserve_hierarchy: true files: - source: /app/src/main/res/values/strings.xml - translation: /app/src/main/res/values-%android_code%/strings.xml + translation: /app/src/main/res/values-%two_letters_code%/strings.xml - source: /fastlane/metadata/android/en-US/full_description.txt translation: /fastlane/metadata/android/%locale_with_underscore%/full_description.txt - source: /fastlane/metadata/android/en-US/short_description.txt