mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Don't translate the label for traditional Chinese, it must be in its own language
This commit is contained in:
parent
96297b50a1
commit
6ed71e1a1a
@ -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 _
|
||||
|
Loading…
x
Reference in New Issue
Block a user