Browse Source

Update crowdin config

Daniel Supernault 3 years ago
parent
commit
edcf9e2b4f
1 changed files with 6 additions and 4 deletions
  1. 6 4
      crowdin.yml

+ 6 - 4
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
+	}
+]