mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-16 09:20:56 +00:00
Add Crowdin configuration file
This commit is contained in:
parent
ddcb2a36ec
commit
612c7e1d71
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
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user