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

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
}
]