Try this crowdin setting to skip untranslated files/strings

This commit is contained in:
Lim Chee Aun 2024-08-15 13:50:30 +08:00
parent 377ad11c1a
commit ad0cb12e83

View file

@ -5,5 +5,5 @@ append_commit_message: false
files:
- source: /src/locales/en.po
translation: /src/locales/%locale%.po
export_languages:
- zh-CN
skip_untranslated_strings: true
skip_untranslated_files: true