summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. 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)
commit911a7d1314d565aaed53303bee3a6b2d0c7e8c63 (patch)
treece2edd3b74fbbe62cd76144a38d69b49c7901a0d /lib
parente4e9b382499329a499459df0022108766426c2ac (diff)
Remove unused _OH_INTERNAL_TEXT_DOMAIN variable.
Diffstat (limited to 'lib')
-rw-r--r--lib/locale.sh3
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()