Compare commits

...

9 Commits

Author SHA1 Message Date
Max Goedjen
581e59f2e3 Pop two 2025-09-03 01:18:52 -07:00
Max Goedjen
6ede76a86f Abs 2025-09-03 01:15:20 -07:00
Max Goedjen
58f8680eea Tring 2025-09-03 01:03:32 -07:00
Max Goedjen
4bbf99f6fe Test 2025-09-03 01:00:28 -07:00
Max Goedjen
3d74ef39b9 No path 2025-09-03 00:55:23 -07:00
Max Goedjen
325606612e Try setting home. 2025-09-03 00:52:36 -07:00
Max Goedjen
b8f349d1f0 Update path 2025-09-03 00:36:47 -07:00
Max Goedjen
d3e1852b63 Merge branch 'main' into crowdin_config 2025-09-03 00:33:07 -07:00
Max Goedjen
612c7e1d71 Add Crowdin configuration file 2025-09-02 21:50:50 -07:00

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/Resources/Localizable.xcstrings",
"translation": "Sources/Packages/Resources/Localizable.xcstrings",
"multilingual": true
}
]