mirror of https://github.com/tooot-app/app
Try out Crowdin
This commit is contained in:
parent
396ed8a80c
commit
267832dd15
|
@ -2,7 +2,6 @@ name: build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- candidate
|
||||
- release
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# 'preserve_hierarchy': true
|
||||
|
||||
files:
|
||||
[
|
||||
{
|
||||
'source': '/src/i18n/en/**/*.json',
|
||||
'translation': '/src/i18n/%osx_locale%/**/%original_file_name%',
|
||||
'ignore': ['*.ts'],
|
||||
},
|
||||
]
|
Loading…
Reference in New Issue