diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 17:04:55 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 17:04:55 (EST) |
commit | 911a7d1314d565aaed53303bee3a6b2d0c7e8c63 (patch) | |
tree | ce2edd3b74fbbe62cd76144a38d69b49c7901a0d | |
parent | e4e9b382499329a499459df0022108766426c2ac (diff) |
Remove unused _OH_INTERNAL_TEXT_DOMAIN variable.
-rw-r--r-- | lib/locale.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index c8075ea..a5f24a3 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -23,8 +23,7 @@ _OH_LOCALE_SM='true' oh_use output _OH_DEFAULT_LOCALE='en_US' -_OH_INTERNAL_TEXT_DOMAIN='opkhelper' -_OH_TEXT_DOMAIN= +_OH_TEXT_DOMAIN='opkhelper' _OH_LOCALE_PATH='@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms' oh_get_text_domain() |