Commit Graph

38 Commits

Author SHA1 Message Date
Andrius Štikonas 880eba89fd More translations in wesnoth and ai. 2013-08-07 23:58:14 +06:00
Andrius Štikonas ff5a4335ba pot-update 2013-05-05 21:29:40 +01:00
Vytautas Saltenis 13039b9a8f Lots of small unfuzzying 2012-11-16 12:05:37 +02:00
Andrius Štikonas 661d8a758e pot-update 2012-08-18 21:41:17 +03:00
Andrius Štikonas bee7f2dce1 Add new files from trunk. 2012-08-13 23:56:01 +03:00
Andrius Štikonas 5bc569b6b7 pot-update 2012-02-18 14:39:17 +00:00
Andrius Štikonas 8384dfeccb pot-update 2012-01-03 18:06:46 +02:00
Andrius Štikonas 280502b664 manual: add some new translations. 2011-11-16 21:14:28 +00:00
Andrius Štikonas 8b1fa4be80 Reorder plural forms. This does not change any translations. 2011-10-28 19:43:07 +01:00
Andrius Štikonas dd6bd20a42 pot-update 2011-10-07 22:00:44 +01:00
Andrius Štikonas 2c37c78766 Various random unfuzzying. 2011-05-05 23:36:23 +01:00
Andrius Štikonas e7c54bf0b4 pot-update 2011-05-05 23:13:47 +01:00
Andrius Štikonas cdb96cdad3 pot-update 2011-03-02 21:00:26 +00:00
Andrius Štikonas df45957b58 pot-update 2011-02-12 12:34:00 +00:00
Andrius Štikonas 82e3f19120 pot-update 2011-01-22 10:39:42 +00:00
Andrius Štikonas a2114c19d5 pot-update 2010-12-12 11:00:18 +02:00
Andrius Štikonas 6dd78bc53a pot-update 2010-09-13 13:19:55 +03:00
Andrius Štikonas 9dee1ea35a pot-update 2010-09-12 12:29:41 +03:00
Andrius Štikonas 847da5f8ff pot-update
Readd more translations lost during the 1.8->1.10 transition.
Unfuzzy strings in various textdomains.
Replace ' with ’, th with t and w with v.
2010-08-24 18:21:34 +03:00
Andrius Štikonas 59971d9abf Unfuzzy LoW and translate a few random strings. 2010-08-22 17:11:36 +03:00
Andrius Štikonas 37f29bba9b pot-update 2010-08-18 20:00:08 +03:00
Andrius Štikonas 7d9bfd1546 Add new files from trunk branch.
Bump version to 1.10
2010-08-16 09:44:45 +03:00
Andrius Štikonas a0722b8d2a pot-update 2010-08-14 01:45:29 +03:00
Andrius Štikonas 560c2aed43 Lots of spelling fixes in all textdomains. 2010-08-08 09:41:23 +06:00
Andrius Štikonas e879dbbf73 pot-update 2010-05-01 18:04:57 +01:00
Andrius Štikonas a91e0672a5 pot-update 2010-03-08 14:28:21 +00:00
Andrius Štikonas 84ff20ec72 Unfuzzy manual translations. 2010-01-22 20:32:54 +00:00
Andrius Štikonas 335fc8a0c9 pot-update 2010-01-18 18:24:14 +00:00
Andrius Štikonas 651453631c Some Delfador's Memoirs translations. 2009-11-07 22:51:09 +00:00
Vytautas Šaltenis b533530ac3 Catch up with pot 2009-09-24 20:37:02 +03:00
Andrius Štikonas 386d8e430a pot-update 2009-09-24 17:20:55 +03:00
Vytautas Šaltenis 724834b038 manual: unfuzzy 2009-09-07 01:45:47 +03:00
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 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 5d647a9fd7 Add new translations for some units. 2009-05-19 15:46:59 +03:00
Andrius Štikonas c624be740d Initial import of translations. 2009-05-18 20:45:29 +03:00