From ebe090132c0a5189b95fd2ebf78059222c6d95da Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Tue, 20 Apr 2021 20:26:01 +0200 Subject: [PATCH] Fix Crowdin translation filename mismatch (#2302) Signed-off-by: Wouter Born --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 72ec0e90b..b933d6188 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -6,4 +6,4 @@ files: - source: /bundles/**/src/main/resources/*.properties ignore: - /bundles/**/src/main/resources/*_*.properties - translation: /%original_path%/messages_%two_letters_code%.properties + translation: /%original_path%/%file_name%_%two_letters_code%.properties