Commit Graph

12 Commits

Author SHA1 Message Date
Andrius Štikonas 332868b8a5 Wesnothas->Vesnotas and some remaining instances of Thursaganas->Tursaganas. 2009-08-17 00:02:31 +03:00
Andrius Štikonas b45302ed25 Merge branch '1.6' into master.
pot-update
Bump version to 1.8
Add Delfador's Memoirs (dm.lt.po).
2009-08-16 22:04:53 +03:00
Andrius Štikonas 1580cd2acb Kardas -> Kalavijas 2009-08-14 01:27:23 +03:00
Vytautas Šaltenis 0b2b25cc13 l: typos fixed 2009-08-04 01:57:13 +03:00
Andrius Štikonas 2311c8c306 Improve translation of Liberty. 2009-07-21 16:55:37 +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
Vytautas Šaltenis 7c232c9390 Last instance of Elense translated 2009-07-02 20:10:56 +03:00
Vytautas Šaltenis 6925869735 Translated all strings containing Asheviere's name
We agreed upon translating Asheviere as Aševierė couple weeks ago, so I
changed all the places we had her name and translated those that
remained untranslated. This changeset can be held a reference point in
case we ever decide to change the Lithuanian transcription.
2009-07-02 20:09:54 +03:00
Vytautas Šaltenis a673900372 Revert "Translated all strings containing Asheviere's name"
This reverts commit cdef479ee9.

I'm doing this because I noticed several more untranslated strings with
Asheviere's name in them. I want to have all such strings in one single
changeset for easier tracking in possible re-editions. This commit will
be reintroduced shortly along with the new strings as a single changeset.
2009-07-02 20:05:30 +03:00
Vytautas Šaltenis cdef479ee9 Translated all strings containing Asheviere's name
We agreed upon translating Asheviere as Aševierė some time last week, so
I changed all the places we had her name and translated those that
remained untranslated. This changeset can be held a reference point in
case we ever decide to change the Lithuanian transcription.
2009-06-29 00:38:43 +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