Don't translate the label for traditional Chinese, it must be in its own language

This commit is contained in:
Ian McInerney 2024-01-26 20:39:06 +00:00
parent 96297b50a1
commit 6ed71e1a1a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ LANGUAGE_DESCR LanguagesList[] =
{ wxLANGUAGE_CHINESE_SIMPLIFIED, ID_LANGUAGE_CHINESE_SIMPLIFIED,
wxT( "简体中文" ), true },
{ wxLANGUAGE_CHINESE_TRADITIONAL, ID_LANGUAGE_CHINESE_TRADITIONAL,
wxT( "繁體中文" ), false },
wxT( "繁體中文" ), true },
{ 0, 0, "", false } // Sentinel
};
#undef _