tooot/crowdin.yml

11 lines
197 B
YAML
Raw Normal View History

2021-03-28 12:20:26 +02:00
# 'preserve_hierarchy': true
files:
[
{
'source': '/src/i18n/en/**/*.json',
'translation': '/src/i18n/%osx_locale%/**/%original_file_name%',
'ignore': ['*.ts'],
},
]