summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-01 05:31:52 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-01 05:31:52 (EDT)
commit659e035a68eea6cbd15e8310f81bc1b7fb38cffe (patch)
treeb78e05deef22bdd515349e9695a62df06eec7253
parenta22ca921972d8acc9a418c2d07d2a6cc1b6a1b9b (diff)
Always load at least the default locale.
-rw-r--r--lib/locale.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/locale.sh b/lib/locale.sh
index 824b6b7..f3a8b8c 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -22,6 +22,8 @@
[ -n "${_OH_LOCALE_SH}" ] && return 0
_OH_LOCALE_SH=true
+. @@LOCALEDIR@@/en_US
+
oh_locale_set()
{
_locale="${1}"