diff options
Diffstat (limited to 'src/win32/windows.cpp')
-rw-r--r-- | src/win32/windows.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index f2a1da443..2a232eed6 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -23,18 +23,15 @@ static struct WindowsLanguage final Anope::string languageName; USHORT windowsLanguageName; } WindowsLanguages[] = { - {"ca_ES", LANG_CATALAN}, {"de_DE", LANG_GERMAN}, {"el_GR", LANG_GREEK}, {"en_US", LANG_ENGLISH}, {"es_ES", LANG_SPANISH}, {"fr_FR", LANG_FRENCH}, - {"hu_HU", LANG_HUNGARIAN}, {"it_IT", LANG_ITALIAN}, {"nl_NL", LANG_DUTCH}, {"pl_PL", LANG_POLISH}, {"pt_PT", LANG_PORTUGUESE}, - {"ru_RU", LANG_RUSSIAN}, {"tr_TR", LANG_TURKISH}, }; |