diff options
author | Adam <Adam@anope.org> | 2011-08-05 05:35:31 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-05 05:35:31 -0400 |
commit | e66063e6304538d34c40460ca0aa2be5ddb6bdec (patch) | |
tree | f50fe31097160f8f794669809e4f4ef87f477672 /language/update.sh | |
parent | 9ec18a3b020932eee6242c878149c484f49b13cb (diff) |
Rewrote the example configurations and split them
up into seperate files for each pseudo client.
Also reorganized how the modules are stored, and
made most of the old "extra" modules "core"
Diffstat (limited to 'language/update.sh')
-rwxr-xr-x | language/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/update.sh b/language/update.sh index 8302d813c..28aa39f7d 100755 --- a/language/update.sh +++ b/language/update.sh @@ -4,7 +4,7 @@ rm anope.pot touch anope.pot cd .. -FILES=`find ./ -name *.cpp -o -name *.h | grep -v /modules/extra/` +FILES=`find ./ -name *.cpp -o -name *.h | grep -v /modules/third/` for f in $FILES do xgettext -C -s -d Anope -j -o language/anope.pot --from-code=utf-8 --keyword --keyword=_ $f |