Files
notedeck/crowdin.yml
Terry Yiu f866f0ca26 Add GitHub workflows for syncing Crowdin translations
Changelog-Added: Added GitHub workflows for syncing Crowdin translations
Signed-off-by: Terry Yiu <git@tyiu.xyz>
2025-07-22 20:53:03 -04:00

12 lines
270 B
YAML

"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"preserve_hierarchy": true
"files": [
{
"source": "assets/translations/en-US/main.ftl",
"translation": "assets/translations/%locale%/%original_file_name%"
}
]