From 29422fa55379aa61a61019b832c83dab6d450264 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 3 Oct 2009 14:00:33 +0000 Subject: move files to new locations git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@386 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/php-gettext/bin/gettexts.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 includes/php-gettext/bin/gettexts.sh (limited to 'includes/php-gettext/bin/gettexts.sh') diff --git a/includes/php-gettext/bin/gettexts.sh b/includes/php-gettext/bin/gettexts.sh deleted file mode 100755 index 267f670..0000000 --- a/includes/php-gettext/bin/gettexts.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -xgettext -kT_ngettext:1,2 -kT_ -L PHP -o ../../../locales/messages.po ../../../*.php ../../../services/*.php ../../../templates/*.php - -if [ -f "../../../locales/$1/LC_MESSAGES/messages.po" ] -then -msgmerge -o ../../../locales/$1/LC_MESSAGES/messages.po ../../../locales/$1/LC_MESSAGES/messages.po ../../../locales/messages.po - -msgfmt --statistics "../../../locales/$1/LC_MESSAGES/messages.po" -o "../../../locales/$1/LC_MESSAGES/messages.mo" -else -echo "gettexts.sh LANGUAGE_CODE" -echo "example: 'gettexts fr_FR' to get text for French" -fi -- cgit v1.2.3-54-g00ecf