From 32351d0e480dfa6dde2068fa5851d6e0d7d78470 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 4 Apr 2023 15:35:31 -0700 Subject: [PATCH] Allow downloading nested CrowdIn translations --- crowdin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 4eccb2adb..7abe441e4 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -3,6 +3,7 @@ "files": [ { "source" : "/resources/lang/en/**/*.php", - "translation" : "/resources/lang/%locale%/%original_file_name%" + # https://developer.crowdin.com/configuration-file/#placeholders + "translation" : "/resources/lang/%locale%/**/%original_file_name%" } ]