From 5bff5cb8c0b2041ecdfeb49b261683d453618be2 Mon Sep 17 00:00:00 2001 From: snipe <snipe@snipe.net> Date: Mon, 9 Nov 2020 18:21:10 -0800 Subject: [PATCH] Updated Crowdin file --- crowdin.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 664ceb073..4eccb2adb 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,8 @@ -files: - - source: /resources/lang/en/**/*.php - translation: '**/%original_file_name%' +"commit_message": "Fixed: New translations %original_file_name% from Crowdin" + +"files": [ + { + "source" : "/resources/lang/en/**/*.php", + "translation" : "/resources/lang/%locale%/%original_file_name%" + } +] -- GitLab