Merge pull request #4417 from lemondrops/newtranslation
Fix and hook up the Vietnamese translation
This commit is contained in:
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)" } },
|
||||
{ 0x041F, { "tr-TR", "Turkish (Turkey)" } },
|
||||
{ 0x0422, { "uk-UA", "Ukrainian (Ukraine)" } },
|
||||
{ 0x042A, { "vi-VN", "Vietnamese (Vietnam)" } },
|
||||
{ 0xFFFF, { "system", "(System Default)" } },
|
||||
};
|
||||
}
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user