summaryrefslogtreecommitdiffstats
path: root/lib/locale.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-30 16:35:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-30 16:35:50 (EDT)
commit5a6a41c1f422310f1b865ddfd2257743f51d8794 (patch)
tree2fdcc824bf0077ad8e9fb8e5db4dc4b2abdd945f /lib/locale.sh
parent0d3165e0b79d94df943c2f1a08e23e085e76c241 (diff)
Factor out name of internal text domain.
Diffstat (limited to 'lib/locale.sh')
-rw-r--r--lib/locale.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locale.sh b/lib/locale.sh
index fcf7b63..6f46261 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -23,6 +23,7 @@ _OB_LOCALE_SM='true'
ob_use output
_OB_DEFAULT_LOCALE='en_US'
+_OB_INTERNAL_TEXT_DOMAIN='libopkbuild_1'
_OB_TEXT_DOMAIN=
_OB_LOCALE_PATH='@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms'