Chinese language in the menu

This commit is contained in:
Jakub Melka
2025-05-10 19:50:12 +02:00
parent 8c47ac6ac6
commit f342c46a10
3 changed files with 6 additions and 2 deletions

View File

@ -47,7 +47,8 @@ public:
E_LANGUAGE_CZECH,
E_LANGUAGE_GERMAN,
E_LANGUAGE_KOREAN,
E_LANGUAGE_SPANISH
E_LANGUAGE_SPANISH,
E_LANGUAGE_CHINESE,
};
Q_ENUM(ELanguage)