The Battle for Wesnoth Lithuanian translation
Go to file
Andrius Štikonas 955549ed96 Use git pre-commit hook to reduce number of conflicts.
pre-commit hook does the following actions:
Changes PO-Revision date to 2010-01-01 00:00+0300
Changes Last-Translator to Andrius Štikonas <stikonas@gmail.com>
Wraps all strings with msgattrib.

Source code of pre-commit hook:

for FILE in `git diff-index --name-only --cached HEAD --` ; do
    msgattrib "$FILE" > "$FILE"e
    mv "$FILE"e "$FILE"
    sed -ie '/^\"PO-Revision-Date*/{G;x;s/^/\"PO-Revision-Date: 2010-01-01 00:00+0300\\n\"/}' "$FILE"
    sed -ie '/^\"Last-Translator*/{G;x;s/^/\"Last-Translator: Andrius Štikonas <stikonas@gmail.com>\\n\"/}' "$FILE"
    rm "$FILE"e
    git add $FILE
done
2009-07-13 19:07:34 +03:00
anl.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
aoi.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
did.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
editor.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
ei.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
httt.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
l.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
lib.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
low.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
manpages.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
manual.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
multiplayer.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
nr.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
sof.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
sotbe.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
tb.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
test.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
thot.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
trow.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
tsg.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
tutorial.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
units.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
utbs.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00
wesnoth.lt.po Use git pre-commit hook to reduce number of conflicts. 2009-07-13 19:07:34 +03:00