mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
21 lines
463 B
YAML
21 lines
463 B
YAML
"project_id": "462614"
|
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
|
"base_path": "."
|
|
"base_url": "https://api.crowdin.com"
|
|
|
|
"preserve_hierarchy": true
|
|
|
|
files: [
|
|
{
|
|
"source": "pkg/i18n/lang/en.json",
|
|
"translation": "pkg/i18n/lang/%locale%.json",
|
|
"dest": "en-api.json",
|
|
"type": "json",
|
|
},
|
|
{
|
|
"source": "frontend/src/i18n/lang/en.json",
|
|
"translation": "frontend/src/i18n/lang/%locale%.json",
|
|
"dest": "en.json",
|
|
"type": "json",
|
|
},
|
|
] |