diff options
| author | linencloth <none@none> | 2010-09-17 07:04:29 +0200 |
|---|---|---|
| committer | linencloth <none@none> | 2010-09-17 07:04:29 +0200 |
| commit | d8a854d6e04cecee59fab0ad40c22733d7f67020 (patch) | |
| tree | 8e2e977c32e85acea3dad72d65e47ed760f87fee /src/server/shared/Common.h | |
| parent | 5de48a67c6b650e98271acc704de8c4ed432bf4f (diff) | |
Core: Cleanup locale handling.
It also fixes the recent problem of strange strings.
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Common.h')
| -rw-r--r-- | src/server/shared/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h index e73e0d37073..d08ccaca86b 100644 --- a/src/server/shared/Common.h +++ b/src/server/shared/Common.h @@ -179,6 +179,7 @@ enum LocaleConstant }; const uint8 MAX_LOCALE = 9; +const LocaleConstant DEFAULT_LOCALE = LOCALE_enUS; extern char const* localeNames[MAX_LOCALE]; |
