summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-08 05:00:12 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-08 05:00:12 +0000
commit28b2f098beb2dcf1e3b6745c65c1194d45da0691 (patch)
tree799076def12eb7e551b6e0825a0924dd0fb9630c /sites/default
parentece9032afd035bbe4ca55b6fd671df03b96b4e35 (diff)
downloadbrdo-28b2f098beb2dcf1e3b6745c65c1194d45da0691.tar.gz
brdo-28b2f098beb2dcf1e3b6745c65c1194d45da0691.tar.bz2
- Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 492ed0fa3..f831649aa 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -303,7 +303,7 @@ $conf = array(
*
* Remove the leading hash signs to enable.
*/
-# $conf['locale_custom_strings_en'] = array(
+# $conf['locale_custom_strings_en'][''] = array(
# 'forum' => 'Discussion board',
# '@count min' => '@count minutes',
# );