Try out Crowdin

This commit is contained in:
Zhiyuan Zheng 2021-03-28 12:20:26 +02:00
parent 396ed8a80c
commit 267832dd15
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
2 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,6 @@ name: build
on:
push:
branches:
- main
- candidate
- release

10
crowdin.yml Normal file
View File

@ -0,0 +1,10 @@
# 'preserve_hierarchy': true
files:
[
{
'source': '/src/i18n/en/**/*.json',
'translation': '/src/i18n/%osx_locale%/**/%original_file_name%',
'ignore': ['*.ts'],
},
]