mirror of
https://github.com/tooot-app/app
synced 2024-12-08 15:16:10 +01:00
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'],
|
|
},
|
|
]
|