summaryrefslogtreecommitdiff
path: root/lang/updatelang.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-15Parse monster files, and also ignore backup filesJesusaves1-1/+3
2018-03-14Language: Do not collect Messages (personal preference)Jesusaves1-1/+1
2017-08-09lang: search for translation strings in item_db.confAndrei Karas1-37/+42
2016-09-12Fix different issues in tools found by pyflakes.Andrei Karas1-1/+1
2016-07-10lang: add into translations all item names from item_db.confAndrei Karas1-0/+6
2016-03-03lang: dont translate english to english in pot file.Andrei Karas1-3/+2
2016-02-28lang: fix writing po files with single slash inside strings.Andrei Karas1-1/+5
2016-02-28lang: replace \" into " in escaped strings.Andrei Karas1-1/+1
2016-02-28lang: fix parsing strings with escaped quotes.Andrei Karas1-0/+2
2016-02-22lang: fix crash on empty lines in item db.Andrei Karas1-0/+2
2015-10-16lang: add support for trader, cashshop npcs.Andrei Karas1-1/+1
2015-10-16lang: add support for mob_db in conf format.Andrei Karas1-4/+5
2015-09-24lang: fix translation script with new npcs format.Andrei Karas1-1/+1
2015-05-02lang: add support for mob names in update lang script.Andrei Karas1-0/+13
2015-03-07lang: add messages from messages.conf into translations strings.Andrei Karas1-16/+33
2015-03-06lang: save po comments in correct orderAndrei Karas1-6/+20
2015-03-06lang: save in po files files name and line number.Andrei Karas1-16/+24
2015-03-06lang: save text code line into each po line.Andrei Karas1-10/+19
2015-03-06lang: add to updatelang.py also creating po files for export.Andrei Karas1-5/+32
2015-03-06lang: fix minor issues in code.Andrei Karas1-6/+7
2015-03-06lang: update copyright years and python version.Andrei Karas1-3/+2
2015-03-06lang: replace tabs to spaces.Andrei Karas1-207/+207
2015-03-06lang: load translations from in dir and save new po files into out dir.Andrei Karas1-1/+1
2015-01-19lang: use old translation if in po file empty translation.Andrei Karas1-5/+28
2015-01-19lang: remove escape after reading from po files.Andrei Karas1-1/+1
2015-01-15lang: fix script for reading item_db.Andrei Karas1-1/+1
2014-12-26lang: add support for lg function with two arguments.Andrei Karas1-1/+7
2014-12-01lang: update scripts.Andrei Karas1-17/+43
2013-01-18updatelang: add support for npc in new format.Andrei Karas1-2/+5
2012-06-05updatelang: fix crash if used unknown item.Andrei Karas1-2/+4
2012-01-23lang: add parse mesn "name".Andrei Karas1-0/+6
2012-01-16lang: add support for parsing function itemname().Andrei Karas1-1/+7
2012-01-12lang: Fix for lg() parser. Now it write to lang file two strings with #0 and #1.Andrei Karas1-1/+2
2012-01-10lang: add support for script command lg().Andrei Karas1-1/+8
2011-04-22Add ability to convert language files to and from po files.Andrei Karas1-0/+44
2011-02-23lang: fix some errors in lang tool and move root path to variable.Andrei Karas1-11/+13
2011-02-19Update copyrights in scripts.Andrei Karas1-0/+1
2011-02-17lang: add ability to support first line with copyright in translations.Andrei Karas1-11/+18
2011-02-17lang: add support for extracting strings from getitemlink function.Andrei Karas1-3/+20
2011-02-15lang: fix some bugs and add support for formatted l script command.Andrei Karas1-5/+8
2011-02-03lang: small fix in tool.Andrei Karas1-1/+1
2011-02-03Add copyrights.Andrei Karas1-0/+2
2011-01-16Add lang update tool for server data.Andrei Karas1-0/+128