1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-08 09:10:14 +02:00

Added Japanese translation.

This commit is contained in:
Muzychenko Andrey 2021-10-28 09:56:14 +03:00
parent 356977290e
commit e2f10333d9
5 changed files with 6 additions and 1 deletions

View file

@ -76,6 +76,7 @@ LanguageMenuEntry options::LanguageMenu[]
{L"正體字", Languages::TraditionalChinese},
{L"Polski", Languages::Polish},
{L"Deutsch", Languages::German},
{L"日本", Languages::Japanese},
};
void options::ReadOptions()