Skip to content

Commit

Permalink
add crowdin configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
amir1376 committed Oct 31, 2024
1 parent d31923b commit a74e70a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "/shared/resources/src/main/resources/com/abdownloadmanager/resources/locales/en_US.properties",
"translation": "/shared/resources/src/main/resources/com/abdownloadmanager/resources/locales/%locale_with_underscore%.properties",
}
]

0 comments on commit a74e70a

Please sign in to comment.