From 47d8a457e50a54fb60616e99f6ec1b1a2db65742 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen Date: Mon, 17 Jun 2024 10:35:39 -0400 Subject: [PATCH] Correct typo in translation path --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 47bdd5165..725469a19 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -4,6 +4,6 @@ preserve_hierarchy: true base_path: "app/src/main" files: - source: "/res/values/strings.xml" - translation: "/res/values-%android_code%/%original_fil_name%" + translation: "/res/values-%android_code%/%original_file_name%" update_option: update_as_unapproved type: android