From 659e035a68eea6cbd15e8310f81bc1b7fb38cffe Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 01 Aug 2012 05:31:52 -0400 Subject: Always load at least the default locale. --- 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}" -- cgit v0.9.1