diff options
Diffstat (limited to 'lib/messages.sh')
-rw-r--r-- | lib/messages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/messages.sh b/lib/messages.sh index 7710b00..f945c62 100644 --- a/lib/messages.sh +++ b/lib/messages.sh @@ -22,6 +22,8 @@ [ -n "${_OH_MESSAGES_SH}" ] && return 0 _OH_MESSAGES_SH=true +. @@LIBDIR@@/locale + # TODO: Which of these should print to the standard error stream – just # oh_error() and oh_warn()? |