Add Crowdin configuration file

This commit is contained in:
Max Goedjen 2025-09-02 21:50:50 -07:00 committed by GitHub
parent ddcb2a36ec
commit 612c7e1d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/config/crowdin.yml vendored Normal file
View 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
}
]