Skip to content

Commit

Permalink
ci: update crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Aug 29, 2024
1 parent 2767d0c commit 5a29b51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
upload_sources: true
upload_translations: false
download_translations: true
export_only_approved: true
skip_untranslated_strings: true
skip_untranslated_files: true
localization_branch_name: i18n
Expand Down
7 changes: 5 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"base_url": "https://api.crowdin.com"

"preserve_hierarchy": true
"skip_untranslated_strings": true
"skip_untranslated_files": true
"export_only_approved": true

files: [
{
"source": "",
"translation": "",
"source": "/locales/en-US/*.json",
"translation": "/locales/%locale%",
}
]

0 comments on commit 5a29b51

Please sign in to comment.