ci: Update Crowdin configuration file
This commit is contained in:
parent
91f289c153
commit
786137258a
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@ -3,6 +3,9 @@ name: Pull request
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened, synchronize]
|
types: [opened, reopened, synchronize]
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- '**.xml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
10
crowdin.yml
Normal file
10
crowdin.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
files:
|
||||||
|
- source: /TMessagesProj/src/main/res/values/strings_na.xml
|
||||||
|
translation: /TMessagesProj/src/main/res/values-%android_code%/strings_na.xml
|
||||||
|
languages_mapping:
|
||||||
|
two_letters_code:
|
||||||
|
he: iw
|
||||||
|
es-VE: es-rVE
|
||||||
|
pt-BR: pt-rBR
|
||||||
|
zh-CN: zh-rCN
|
||||||
|
id: in
|
Loading…
Reference in New Issue
Block a user