mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Added custom language mapping to crowdin file
This commit is contained in:
parent
4537c70105
commit
11b71f7366
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
files:
|
||||
- source: /_locales/en/*
|
||||
translation: /_locales/%two_letters_code%/%original_file_name%
|
||||
"languages_mapping":
|
||||
"two_letters_code":
|
||||
"pr-BR" : "pt_BR",
|
||||
"pr-PT": "pt_PT",
|
||||
"zh-CN" : "zh_CH",
|
||||
"zh-TW": "zh_TW"
|
||||
|
|
Loading…
Reference in a new issue