Properly fix language mappings

This commit is contained in:
md678685 2019-01-08 22:19:16 +00:00 committed by GitHub
parent 60a166aeb0
commit 1ba6c2a596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 19 deletions

View File

@ -2,27 +2,27 @@ files:
- source: "/Essentials/src/messages.properties"
translation: "/Essentials/src/messages_%locale_with_underscore%.properties"
languages_mapping:
locale_with_underscore:
cs-CZ: cs
da-DK: da
de-DE: de
el-GR: el
locale_with_underscore: # right side is xx[_YY] of messages_xx[_YY].properties, left is language code from https://support.crowdin.com/api/language-codes/
cs: cs
da: da
de: de
el: el
en-US: en
es-ES: es
fi-FI: fi
fr-FR: fr
hu-HU: hu
it-IT: it
ko-KR: ko
nl-NL: nl
no-NO: "no" # no is a YAML keyword
pl-PL: pl
fi: fi
fr: fr
hu: hu
it: it
ko: ko
nl: nl
"no": "no" # no is a YAML keyword
pl: pl
pt-PT: pt
ro-RO: ro
ru-RU: ru
sr-SP: sr
ro: ro
ru: ru
sr: sr
sv-SE: sv
tr-TR: tr
uk-UA: uk
vi-VN: vi
tr: tr
uk: uk
vi: vi
zh-CN: zh