Remove no longer needed script and add intltool to reqs

This commit is contained in:
Łukasz Jernaś 2010-06-23 11:02:43 +02:00
parent be842fccb3
commit 6f28f071ad
2 changed files with 1 additions and 9 deletions

1
README
View file

@ -37,6 +37,7 @@ SparkleShare currently requires:
- notify-sharp >= 0.4.0
- openssh
- gvfs >= 1.3
- intltool
Run the service:

View file

@ -1,9 +0,0 @@
#!/bin/bash
mkdir -p locale
if [ $# -ne 1 ]; then
echo "Usage: ./create-po-file [LOCALE].po"
else
xgettext --language=C# --keyword=_ --from-code=UTF-8 SparkleShare/*.cs -o locale/$1
echo "Created locale/$1."
fi