i18n: we already have one Language enum, no need for two

This commit is contained in:
Marco Antonio J. Costa
2026-07-21 18:39:50 -03:00
committed by majcosta
parent 506ea842b8
commit 30e5d8f91c
2 changed files with 13 additions and 49 deletions
-12
View File
@@ -7,18 +7,6 @@
namespace Loc
{
enum Language
{
Chinese,
Dutch,
English,
French,
German,
Italian,
Polish,
Russian,
};
static const wchar_t* LangSuffix [] = {
L"_cn",
L"_nl",