mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-10 03:07:22 +02:00
Add Crowdin configuration file
This commit is contained in:
13
.github/config/crowdin.yml
vendored
Normal file
13
.github/config/crowdin.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
"project_id_env": "CROWDIN_PROJECT_ID"
|
||||||
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
||||||
|
"base_path": "."
|
||||||
|
|
||||||
|
"preserve_hierarchy": true
|
||||||
|
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"source": "Sources/Packages/Localizable.xcstrings",
|
||||||
|
"translation": "Sources/Packages/Localizable.xcstrings",
|
||||||
|
"multilingual": true
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user