mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 07:11:43 +03:00
13 lines
209 B
YAML
13 lines
209 B
YAML
'base_path': '.'
|
|
'base_url': 'https://api.crowdin.com'
|
|
|
|
'preserve_hierarchy': true
|
|
|
|
'files':
|
|
[
|
|
{
|
|
'source': '/src/resources/en.json',
|
|
'translation': '/src/resources/%locale%.json',
|
|
},
|
|
]
|