mirror of https://github.com/tooot-app/app
11 lines
197 B
YAML
11 lines
197 B
YAML
|
# 'preserve_hierarchy': true
|
||
|
|
||
|
files:
|
||
|
[
|
||
|
{
|
||
|
'source': '/src/i18n/en/**/*.json',
|
||
|
'translation': '/src/i18n/%osx_locale%/**/%original_file_name%',
|
||
|
'ignore': ['*.ts'],
|
||
|
},
|
||
|
]
|