mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-08 09:10:14 +02:00
Added Traditional Chinese and Simplified Chinese languages to options.
They don’t work without Chinese locale. Ref #68.
This commit is contained in:
parent
893d898d0a
commit
cf215aaa6a
4 changed files with 11 additions and 1 deletions
|
@ -72,6 +72,8 @@ LanguageMenuEntry options::LanguageMenu[]
|
|||
{
|
||||
{L"English", Languages::English},
|
||||
{L"Русский", Languages::Russian},
|
||||
{L"正體字", Languages::SimplifiedChinese},
|
||||
{L"简化字", Languages::TraditionalChinese},
|
||||
};
|
||||
|
||||
void options::ReadOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue