diff --git a/crowdin.yml b/crowdin.yml index 74996f993..2581cac5e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,5 +1,7 @@ -translation: /resources/assets/js/i18n/%two_letters_code%.json commit_message: '[ci skip]' -files: - - source: /resources/lang/en/web.php - translation: /resources/assets/js/i18n/%two_letters_code%.json +files: [ + { + source: "/resources/lang/en/web.php", + translation: /resources/lang/%two_letters_code%/web.php + } +]