summaryrefslogtreecommitdiff
path: root/language/update.sh
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-05-20 11:41:05 -0400
committerAdam <Adam@anope.org>2014-05-20 11:41:05 -0400
commit4034b3054aaff28da1db5545063cf8b3c2e8aa24 (patch)
tree0bb3100a6df2a97965eeea345c9395fcd446a692 /language/update.sh
parente5811586450a8818f46f7d668afbfbcb42c08037 (diff)
Add English language file which users can edit to modify language strings
Diffstat (limited to 'language/update.sh')
-rwxr-xr-xlanguage/update.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/language/update.sh b/language/update.sh
index 346b9f79d..279ed3d81 100755
--- a/language/update.sh
+++ b/language/update.sh
@@ -5,11 +5,7 @@ touch anope.pot
cd ..
FILES=`find ./ -name *.cpp -o -name *.h -o -name *.conf | grep -v /modules/third/`
-for f in $FILES
-do
- xgettext -E -C -s -d Anope -j -o language/anope.pot --from-code=utf-8 --keyword --keyword=_ $f
-done
-
+xgettext -E -C -s -d Anope -j -o language/anope.pot --from-code=utf-8 --keyword --keyword=_ $FILES
cd -
for f in *.po