summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-16 19:59:17 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-16 19:59:17 +0100
commit54c8ef13a91cdbb514db6c7cccaf3d81744766fe (patch)
tree770dd27959f7c176489f8ce4d2f7d3183e9c3ed1 /indra/newview
parent395a5cbafff00aa90e0cd71891f9741c501e9824 (diff)
parentf0ba3d35b214d75ccf0deb5550fd5e3e9bf4e113 (diff)
merge snow-107
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewer.cpp3
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"));