ci: allow untranslated files in Crowdin workflow

Removes the skip_untranslated_files configuration to include files that may contain some untranslated strings in the export process.

This enables more comprehensive translation updates while still maintaining quality control through the skip_untranslated_strings option.
This commit is contained in:
Uruk
2025-10-02 22:00:46 +02:00
parent b42d033b87
commit b2f6edc54e

View File

@@ -41,7 +41,6 @@ jobs:
pull_request_labels: "🌐 translation"
# Quality control options
skip_untranslated_strings: true
skip_untranslated_files: true
export_only_approved: false
# Commit customization
commit_message: "feat(i18n): update translations from Crowdin"