mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 06:35:32 +00:00
feat: use GitHub actions for build and release
This commit is contained in:
21
crowdin.yml
Normal file
21
crowdin.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
"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",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user