summaryrefslogtreecommitdiffstats
path: root/tools/genlang
AgeCommit message (Expand)AuthorFilesLines
2020-07-27genlang: strip out the '-u' mode as it's now handled by updatelangSolomon Peachy1-123/+8
2020-07-21genlang: More voice-related fixes.Solomon Peachy1-48/+20
2020-07-13genlang: Skip strings not present in english in all voicelist modesSolomon Peachy1-1/+2
2020-04-17talk.h make voice files check for proper number of entries on loadWilliam Wilgus1-0/+1
2019-07-20FS#7704 - Talk support for pluginsSolomon Peachy1-2/+21
2012-06-09Create binary voice string archive on target.Dominik Riebeling1-12/+48
2012-06-05genlang: add VOICE_ prefix to unused voice-only strings.Dominik Riebeling1-1/+6
2011-09-12Fix FS#12272 - genlang changes broke some targetsTorne Wuff1-1/+1
2011-09-08Make genlang faster by doing better regexes.Thomas Martitz1-16/+21
2011-06-23Make genlang rewrite english.list if it exists but is older than english.langJens Arnold1-3/+3
2011-03-02Only create english.list for binary output.Björn Stenberg1-2/+2
2011-03-02Added english id caching to speed up builds.Björn Stenberg1-11/+49
2011-03-02Revert r29494 as It is a) buggy b) doesn't seem to do any good in terms of sp...Marcin Bukat1-6/+15
2011-03-02genlang: Remove unused subs. Use precompiled regex in parsetarget(). Minor tw...Marcin Bukat1-15/+6
2011-03-02Almost 30% faster.Björn Stenberg1-5/+7
2010-05-26lang.h voice comments were off by 1, fixedJeffrey Goode1-2/+2
2010-05-26Fix crash in talk.c logf line when outputting voice only clips, more comments...Jeffrey Goode1-1/+1
2009-11-05Fix genlang tool broken by r22945Peter D'Hoye1-2/+1
2009-10-18Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross1-19/+42
2009-10-17Add support to genlang to sort strings based on their user. This is useful fo...Tom Ross1-50/+71
2009-10-05RTL support in menusTomer Shalev1-4/+20
2009-10-05Revert usage string change from r22930.Tomer Shalev1-1/+1
2009-10-04Use similiar constants in genlang and language.c.Tomer Shalev1-4/+6
2009-03-03More GSoC related work. Have genlang parse the user field of the lang files. ...Tom Ross1-0/+18
2009-03-02Move generated lang-related files to their own directory in preparation of lo...Tom Ross1-5/+5
2009-02-27Make genlang output errors on STDERR. FS#9668 by Tomer Shalev.Jonas Häggqvist1-5/+5
2009-02-04Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators u...Maurus Cuelenaere1-1/+5
2008-11-08Make genlang emit a warning if a translation file has an dest string for a ph...Jonas Häggqvist1-0/+3
2008-10-28Fix the target pattern matching in genlang. Not sure if it is the 'right' fix...Magnus Holmgren1-1/+1
2008-08-17Add a -s option to genlang to sort a language file into the same order as eng...Dave Chapman1-8/+26
2008-08-12Only print the header if we're running update.Jonas Häggqvist1-1/+1
2008-08-11Fix genlang to not remove the header from translation files.Jonas Häggqvist1-1/+6
2008-02-17make the warnings gcc-style to be trapped by the scripts easierDaniel Stenberg1-4/+4
2008-02-17Make genlang shut up about the non-error of not putting quotes around "none" ...Jonas Häggqvist1-6/+6
2007-09-01Make genlang ignore leading and trailing whitespace in source and desc lines ...Jonas Häggqvist1-2/+9
2007-08-10fix the -o output for indexes where there's no voice given, this is forDaniel Stenberg1-6/+17
2007-08-10Fix for FS#7574. It previously failed to properly deal with multiple destDaniel Stenberg1-8/+16
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-4/+14
2007-08-03skip comments when trying to parse and compare phrases!Daniel Stenberg1-0/+4
2007-08-02when generating binary output, we now let the master language file properlyDaniel Stenberg1-4/+7
2007-07-24Make genlang output correct .lng files when the 'none' keyword is used but is...Nils Wallménius1-1/+1
2007-06-26attempt to fix -uDaniel Stenberg1-1/+3
2007-05-20FS#6652 fix attempt. Make the phrase id counting take the dest pattern intoDaniel Stenberg1-14/+42
2007-03-14match target names more explicitly so that h10 won't match h100 etcDaniel Stenberg1-2/+2
2006-10-28prevent the incorrect warnings displayed when -u was used, added additionalDaniel Stenberg1-8/+11
2006-10-18Make -t support a range of "targets", which reallly should be one targetDaniel Stenberg1-14/+14
2006-04-27Fixed a bug where it didn't warn on lack of quotes as it was supposed to.Daniel Stenberg1-7/+11
2006-04-19More usable playlist generation, added "<All tracks>" entry to tagMiika Pekkarinen1-5/+5
2006-04-06* added more safety checks for failed open()sDaniel Stenberg1-6/+24
2006-04-03we're on langversion 3!Daniel Stenberg1-1/+1