Skip to content

Commit

Permalink
ci: fixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Aug 29, 2024
1 parent 316d3d4 commit b93bf87
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"

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

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

0 comments on commit b93bf87

Please sign in to comment.