Version 2.2 * Gui: * "Fuzzy" checkbox, in the first run of wespo, starts checked instead of starting unchecked * tag info improvements: * tag [message] and [chat]: * show the value of "id" parameter. Displayed as "speaker = value" instead of "id = value" (clearer for translator) * show the value of "type" parameter. Displayed as "(unit) type = value" * show the value of "gender" parameter. * tag [unit] and side: * show the value of "speaker" parameter. Displayed as "id = value" instead of "speaker = value" (using speaker? it's foolish!) * show the value of "role" parameter * all other tags, except [objective]: * show the value of "id" parameter, if present Version 2.1 * Bug fix: * Fixed critical bug #1: wespo randomly doesn't create skele.po. Now wespo always works correctly * Fixed critical bug #3: in some Macro Call usage wespo returned "Graph" error in a specific Kind of valid WML code * Fixed bug #2: now wespo remember the last add-on directory used and the last "fuzzy" checkstate * improvements: * wespo will now display "condition = " infos in [objective] tags Version 2.0 RC1 * Gui Interface: * Added "Fuzzy" checkbox. If checked, the skele.po will contain all fuzzy strings. If unchecked, strings will be NOT fuzzy * New Features: * WesPo will extract ONLY strings in the right #textdomain * Wespo now extract also important informations about the WML tags * header of skele.po is marked as UTF-8 file * Wespo extracts translatable string both from WML and from Lua * Wespo can check all the lua syntaxes for translatable lines: * case A: _ " syntax 1" * case B: _ ' syntax 2' * case C: _ [[ syntax 3 ]] * Wespo will check only case A when parsing WML. However, when using Lua, case B should be avoided * A progress bar will show the work progress status * added the chance to customize output information using # wespo: keyword inside WML or Lua code Version 1.0 (first release) * Features: * Can create skele.po * will extract all translatable strings, including useless ones (with wrong #textdomain) * no Wml tag information provided; only strings and source references (path/to/file: linenum)