summaryrefslogtreecommitdiffstats
path: root/lib/locale.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/locale.sh')
-rw-r--r--lib/locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh
index 27fdd25..c1fae2d 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -18,7 +18,7 @@
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
_OB_DEFAULT_LOCALE='en_US'
-_OB_INTERNAL_TEXT_DOMAIN='libopkbuild_1'
+_OB_INTERNAL_TEXT_DOMAIN="libopkbuild_${LIBOPKBUILD_SHSOVERSION}"
_OB_TEXT_DOMAIN=
_OB_LOCALE_PATH="${LOCALEDIR}/%s/LC_MESSAGES/%s.ms"