mirror of
https://github.com/tooot-app/app
synced 2025-04-15 10:47:46 +02:00
Try out Crowdin
This commit is contained in:
parent
396ed8a80c
commit
267832dd15
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -2,7 +2,6 @@ name: build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- candidate
|
- candidate
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
10
crowdin.yml
Normal file
10
crowdin.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# 'preserve_hierarchy': true
|
||||||
|
|
||||||
|
files:
|
||||||
|
[
|
||||||
|
{
|
||||||
|
'source': '/src/i18n/en/**/*.json',
|
||||||
|
'translation': '/src/i18n/%osx_locale%/**/%original_file_name%',
|
||||||
|
'ignore': ['*.ts'],
|
||||||
|
},
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user