From 37560a3f8c033153377c4238569d66852c8fd1a6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 18 Oct 2019 02:09:12 +0100 Subject: [PATCH] Fixed crowdin translation path --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 57d264846..634a5772f 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -3,5 +3,5 @@ base_path: . preserve_hierarchy: false files: - source: /resources/lang/en/*.php - translation: /%two_letters_code%/%original_file_name% + translation: /resources/lang/%two_letters_code%/%original_file_name% type: php