From 2066915a49fa45aeb2bc3ed79b7c6e0484b8d0af Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 08:01:14 +0200 Subject: i18n support --- i18n-update | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 i18n-update (limited to 'i18n-update') diff --git a/i18n-update b/i18n-update new file mode 100755 index 0000000..5159100 --- /dev/null +++ b/i18n-update @@ -0,0 +1,6 @@ +#!/bin/sh +for i in *.po +do dir="locale/${i%.mo}/LC_MESSAGES" + [ -d "$dir" ] || mkdir -p "$dir" + msgfmt -v "$i" -o "$dir/subdap.mo" +done -- cgit v1.2.1