mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
i18n: we already have one Language enum, no need for two
This commit is contained in:
committed by
majcosta
parent
506ea842b8
commit
30e5d8f91c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user