diff options
| author | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-17 09:57:38 -0700 |
|---|---|---|
| committer | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-17 09:57:38 -0700 |
| commit | 7c3a81f577307143a6d4bb5cef1606db82397cdd (patch) | |
| tree | 26c531402dbc8f1224185e7461f3b7584b558614 /indra/newview/llappviewer.cpp | |
| parent | 0974f18da5f3b1e69191be19153925930efd6a9d (diff) | |
| parent | 27bbf79c89fb8c737b88d769b2056304aef69dc3 (diff) | |
Merge in lenny work
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index fd6b8b739d..92a9b83bc5 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -928,8 +928,9 @@ bool LLAppViewer::init() //EXT-7013 - On windows for some locale (Japanese) standard //datetime formatting functions didn't support some parameters such as "weekday". + //Names for days and months localized in xml are also useful for Polish locale(STORM-107). std::string language = LLControlGroup::getInstance(sGlobalSettingsName)->getString("Language"); - if(language == "ja") + if(language == "ja" || language == "pl") { LLStringOps::setupWeekDaysNames(LLTrans::getString("dateTimeWeekdaysNames")); LLStringOps::setupWeekDaysShortNames(LLTrans::getString("dateTimeWeekdaysShortNames")); |
