summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-09-21 13:26:17 +0200
committerYorhel <git@yorhel.nl>2011-09-21 13:28:46 +0200
commitbf9b43760399c48f469717c3ca6471a2eaf274b0 (patch)
tree7981971466167cb78bc747d06a2e7d987f16b61f /util
parentca043b057fac37b4ef4dd83d500614635090a270 (diff)
doc: Added German translator to credits + fixed minor bug in lang.pl
Diffstat (limited to 'util')
-rwxr-xr-xutil/lang.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lang.pl b/util/lang.pl
index 087dea2e..7e05590f 100755
--- a/util/lang.pl
+++ b/util/lang.pl
@@ -150,6 +150,7 @@ sub stage {
chdir "$ROOT/data";
rename 'lang.txt', '.lang.txt.tmp' or die $!;
`git checkout lang.txt`;
+ add $lang;
merge $lang, '.lang.txt.tmp';
`git add lang.txt`;
rename '.lang.txt.tmp', 'lang.txt';