mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update encoding
This commit is contained in:
parent
a3e74129c0
commit
16b7259409
@ -1,4 +1,4 @@
|
|||||||
/***************************************************************************************************
|
/***************************************************************************************************
|
||||||
* Copyright 2023-2024 x-tools-author(x-tools@outlook.com). All rights reserved.
|
* Copyright 2023-2024 x-tools-author(x-tools@outlook.com). All rights reserved.
|
||||||
*
|
*
|
||||||
* The file is encoded using "utf8 with bom", it is a part of xTools project.
|
* The file is encoded using "utf8 with bom", it is a part of xTools project.
|
||||||
@ -41,7 +41,7 @@ xToolsApplication::xToolsApplication(int argc, char *argv[])
|
|||||||
|
|
||||||
m_languageFlagNameMap.insert("zh_CN", "简体中文");
|
m_languageFlagNameMap.insert("zh_CN", "简体中文");
|
||||||
m_languageFlagNameMap.insert("en", "English");
|
m_languageFlagNameMap.insert("en", "English");
|
||||||
#if 0
|
#if 0
|
||||||
m_languageFlagNameMap.insert("zh_TW", "繁體中文");
|
m_languageFlagNameMap.insert("zh_TW", "繁體中文");
|
||||||
m_languageFlagNameMap.insert("ar", "العربية");
|
m_languageFlagNameMap.insert("ar", "العربية");
|
||||||
m_languageFlagNameMap.insert("cs", "Čeština");
|
m_languageFlagNameMap.insert("cs", "Čeština");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user