diff options
author | Sadie Powell <sadie@witchery.services> | 2024-05-11 18:46:00 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-12 17:50:00 +0100 |
commit | 5b7d952626160e7e17762bdc69211c69b1b3c8cd (patch) | |
tree | 11ccaa60d950fbaa581ab2d651fe5991ff19fb1e /src/win32 | |
parent | 24375d53e6d970d95d5e224cfce0f2bce60c6071 (diff) |
Remove the broken Catalan, Hungarian, and Russian translations.
Diffstat (limited to 'src/win32')
-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}, }; |