From ff31e814bdc78d57e18a66020508d7e703acf8f5 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 09:48:21 +0200 Subject: =?UTF-8?q?=E6=A5=BD=E3=81=97=E3=81=8B=E3=81=A3=E3=81=9F=E3=82=8F?= =?UTF-8?q?=E3=82=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n-update') diff --git a/i18n-update b/i18n-update index 5159100..48d2a21 100755 --- a/i18n-update +++ b/i18n-update @@ -1,6 +1,6 @@ #!/bin/sh for i in *.po -do dir="locale/${i%.mo}/LC_MESSAGES" +do dir="locale/${i%.po}/LC_MESSAGES" [ -d "$dir" ] || mkdir -p "$dir" msgfmt -v "$i" -o "$dir/subdap.mo" done -- cgit v1.2.1