diff options
author | Adam <Adam@anope.org> | 2014-05-20 11:41:05 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-05-20 11:41:05 -0400 |
commit | 4034b3054aaff28da1db5545063cf8b3c2e8aa24 (patch) | |
tree | 0bb3100a6df2a97965eeea345c9395fcd446a692 /src/win32 | |
parent | e5811586450a8818f46f7d668afbfbcb42c08037 (diff) |
Add English language file which users can edit to modify language strings
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/windows.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index a9e0521d0..04eb2fae3 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -26,6 +26,7 @@ static struct WindowsLanguage {"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}, |