Commit Graph

7 Commits

Author SHA1 Message Date
Andrius Štikonas 861d8981a8 Apply pre-commit hook on thot. 2009-08-16 18:58:34 +03:00
Vytautas Šaltenis e64d250960 thot: typos fixed 2009-08-15 19:20:39 +03:00
Vytautas Šaltenis 8f0c55d011 thot: initial translation
Translator: Jurgis Sūdžius (Dievas)
2009-08-15 16:31:59 +03:00
Andrius Štikonas a022ceba2a Remove unnecessary pronouns from TRoW and fix a few spelling mistakes. 2009-07-21 18:04:14 +03:00
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
Andrius Štikonas 5f7f716e61 Fixes for tb. 2009-05-19 19:41:57 +03:00
Andrius Štikonas c624be740d Initial import of translations. 2009-05-18 20:45:29 +03:00