]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
separate script to update translation base file
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 4 Nov 2009 21:38:29 +0000 (21:38 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 4 Nov 2009 21:38:29 +0000 (21:38 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@518 b3834d28-1941-0410-a4f8-b48e95affb8f

scripts/update-translations.php [deleted file]

diff --git a/scripts/update-translations.php b/scripts/update-translations.php
deleted file mode 100644 (file)
index 2746a99..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/**
- * Update gettext translations
- */
-chdir(dirname(dirname(__FILE__)));
-
-//do not include php-gettext or database layer
-passthru(
-    'xgettext -kT_ngettext:1,2 -kT_ -L PHP'
-    . ' -o data/locales/messages.po'
-    . ' src/SemanticScuttle/*.php'
-    . ' src/SemanticScuttle/Model/*.php'
-    . ' src/SemanticScuttle/Service/*.php'
-    . ' data/templates/*.php'
-    . ' www/*.php'
-    . ' www/*/*.php'
-);
-
-?>
\ No newline at end of file