Commit Graph

160 Commits

Author SHA1 Message Date
Andrius Štikonas 0479d96b8a pot-update 2009-08-12 14:20:22 +03:00
Vytautas Šaltenis 28ab31ff15 lib: typos fixed 2009-08-04 01:57:13 +03:00
Vytautas Šaltenis 44c93f504a lib: couple random strings translated 2009-07-14 21:42:58 +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 bafa9eab54 pot-update 2009-06-30 15:52:52 +03:00
Andrius Štikonas e79fe48915 pot-update (preparing for 1.6.3) 2009-06-21 15:57:24 +03:00
Andrius Štikonas b7b79ee7e0 Fix for grave typo kalbos -> kalvos and translation of few strings in lib. 2009-06-13 16:38:19 +03:00
Andrius Štikonas d4ee2ed027 More translations, low and others. 2009-05-21 20:05:24 +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