diff options
Diffstat (limited to 'lib/locale.sh')
-rw-r--r-- | lib/locale.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index 53baa42..fcf7b63 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -20,7 +20,7 @@ [ -n "${_OB_LOCALE_SM}" ] && return 0 _OB_LOCALE_SM='true' -ob_use output.sm +ob_use output _OB_DEFAULT_LOCALE='en_US' _OB_TEXT_DOMAIN= |