Merge pull request #4417 from lemondrops/newtranslation

Fix and hook up the Vietnamese translation
This commit is contained in:
Miran Grča 2024-05-02 22:43:55 +02:00 committed by GitHub
commit 1bfa4fae0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1176 additions and 1174 deletions

File diff suppressed because it is too large Load diff

View file

@ -455,6 +455,7 @@ QMap<uint32_t, QPair<QString, QString>> ProgSettings::lcid_langcode = {
{ 0x0C0A, { "es-ES", "Spanish (Spain, Modern Sort)" } },
{ 0x041F, { "tr-TR", "Turkish (Turkey)" } },
{ 0x0422, { "uk-UA", "Ukrainian (Ukraine)" } },
{ 0x042A, { "vi-VN", "Vietnamese (Vietnam)" } },
{ 0xFFFF, { "system", "(System Default)" } },
};
}

View file

@ -21,6 +21,7 @@
<file>86box_sl-SI.qm</file>
<file>86box_tr-TR.qm</file>
<file>86box_uk-UA.qm</file>
<file>86box_vi-VN.qm</file>
<file>86box_zh-CN.qm</file>
<file>86box_zh-TW.qm</file>
</qresource>