Commit Graph

64 Commits

Author SHA1 Message Date
Andrius Štikonas a91e0672a5 pot-update 2010-03-08 14:28:21 +00:00
Andrius Štikonas 8d6115af48 pot-update 2009-09-06 16:08:28 +03:00
Andrius Štikonas e15c96ae69 pot-update
Unfuzzy some strings.
One more instance of Pušų miškas->Pušynas.
2009-09-03 12:07:43 +03:00
Andrius Štikonas a43e44ed5d Dvorfas->Dvarfas 2009-08-17 11:33:19 +03:00
Andrius Štikonas 095d9d7ef4 Unfuzzy strings in AOI, TB, TRoW, TSG and tutorial. 2009-08-17 11:13:29 +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 6ef75a65f5 Remove some pronouns in AOI. 2009-07-21 16:20:34 +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 76c0239631 Several typos and mistakes fixed
Changed Aetenvudas back to Aethenvudas, since that's how we call it in
all other places. Such a change should be either massive, or a part of
incremental change.
2009-07-07 21:38:41 +03:00
Andrius Štikonas 37cce68a2e Translate description of Human race.
More instances of Aethenvudas -> Aetenvudas and Wesmera -> Vesmera.
2009-07-06 23:05:09 +03:00
Vytautas Šaltenis 39ce4da509 A suggested fix reported by player 2009-06-13 18:50:42 +03:00
Andrius Štikonas fad94efb73 Use en dash instead of hyphen. 2009-05-28 20:01:47 +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