diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-01 05:32:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-01 05:32:45 (EDT) |
commit | 74635e3a60a9fb80b5dbc98e66e926771aadd0ba (patch) | |
tree | b584d174ffd01832fdae690935360bf90c7d4241 /lib/changelog.sh | |
parent | 659e035a68eea6cbd15e8310f81bc1b7fb38cffe (diff) |
Load locale in library files that need it.
Diffstat (limited to 'lib/changelog.sh')
-rw-r--r-- | lib/changelog.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh index 37ab814..4888e09 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -23,6 +23,7 @@ _OH_CHANGELOG_SH=true . @@LIBDIR@@/messages +. @@LIBDIR@@/locale . @@LIBDIR@@/util # Constant global parameters: |