Delete unuseful scripts.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@552 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
2a548fc0b3
commit
45aad57c4d
2 changed files with 0 additions and 32 deletions
|
@ -1,20 +0,0 @@
|
|||
@echo off
|
||||
xgettext -kT_ngettext:1,2 -kT_ -L PHP -o ..\..\..\locales\messages.po ..\..\..\*.php ..\..\..\services\*.php ..\..\..\templates\*.php
|
||||
if /i "%1" == "-p" goto stats
|
||||
if exist "..\..\..\locales\%1.po" goto merge
|
||||
echo "Usage: $0 [-p|<basename>]"
|
||||
goto end
|
||||
|
||||
:stats
|
||||
msgfmt --statistics ..\..\..\locales\messages.po
|
||||
goto end
|
||||
|
||||
:merge
|
||||
msgmerge -o ..\..\..\locales\tmp%1.po ..\..\..\locales\%1.po ..\..\..\locales\messages.po
|
||||
if exist "..\..\..\locales\%1.po" rename ..\..\..\locales\%1.po %1.po.bak
|
||||
rename ..\..\..\locales\tmp%1.po %1.po
|
||||
if exist "..\..\..\locales\%1.po.bak" del ..\..\..\locales\%1.po.bak
|
||||
msgfmt --statistics "..\..\..\locales\%1.po"
|
||||
|
||||
:end
|
||||
echo Finished
|
|
@ -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
|
Loading…
Reference in a new issue