Hook up the new translation

This commit is contained in:
Alexander Babikov
2024-05-03 01:22:36 +05:00
parent eca80d375a
commit 7ed6841356
2 changed files with 2 additions and 0 deletions

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)" } },
};
}