mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Merge pull request #4417 from lemondrops/newtranslation
Fix and hook up the Vietnamese translation
This commit is contained in:
commit
1bfa4fae0a
3 changed files with 1176 additions and 1174 deletions
File diff suppressed because it is too large
Load diff
|
@ -455,6 +455,7 @@ QMap<uint32_t, QPair<QString, QString>> ProgSettings::lcid_langcode = {
|
||||||
{ 0x0C0A, { "es-ES", "Spanish (Spain, Modern Sort)" } },
|
{ 0x0C0A, { "es-ES", "Spanish (Spain, Modern Sort)" } },
|
||||||
{ 0x041F, { "tr-TR", "Turkish (Turkey)" } },
|
{ 0x041F, { "tr-TR", "Turkish (Turkey)" } },
|
||||||
{ 0x0422, { "uk-UA", "Ukrainian (Ukraine)" } },
|
{ 0x0422, { "uk-UA", "Ukrainian (Ukraine)" } },
|
||||||
|
{ 0x042A, { "vi-VN", "Vietnamese (Vietnam)" } },
|
||||||
{ 0xFFFF, { "system", "(System Default)" } },
|
{ 0xFFFF, { "system", "(System Default)" } },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
<file>86box_sl-SI.qm</file>
|
<file>86box_sl-SI.qm</file>
|
||||||
<file>86box_tr-TR.qm</file>
|
<file>86box_tr-TR.qm</file>
|
||||||
<file>86box_uk-UA.qm</file>
|
<file>86box_uk-UA.qm</file>
|
||||||
|
<file>86box_vi-VN.qm</file>
|
||||||
<file>86box_zh-CN.qm</file>
|
<file>86box_zh-CN.qm</file>
|
||||||
<file>86box_zh-TW.qm</file>
|
<file>86box_zh-TW.qm</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
Loading…
Reference in a new issue