summaryrefslogtreecommitdiffstats
path: root/lib/locale.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:15:58 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:15:58 (EST)
commit803228d9a3c71191216d00df45c3dd3301d16da1 (patch)
tree6fdce873ff135b3d67630cba2ca7a504decbef15 /lib/locale.sh
parent16c3fd8d65c5b1c33eb45fa72fe5f92e4919490c (diff)
libopkbuild: Bump shared object version to 2
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"