summaryrefslogtreecommitdiffstats
path: root/l10ntools/Executable_localize.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-21/+4
|
* Make l10ntools executables escape clearZolnai Tamás2013-04-131-0/+1
| | | | | | | | | | | | | | | Steps of escaping process: 1. Executables unescape the string for export(if necessary) 2. Po class work with unescaped string 3. Escape strings to PO format and write out 4. Read from PO and unescape strings 5. Executables make own transformation on string and merge Use general functions for escaping (helper) Delete unneeded escaping methods(xrmmerge, merge) Delete some unused method from PoEntry class Change-Id: I7f9414581aae9e6de7d1573862a32cdbd68c9545
* Make a bit cleaner transformation of help stringsZolnai Tamás2013-03-311-2/+0
| | | | | | | | | | | | | | | | | *Not escape tags and double quots in tags, but find tags(icu regexp) when merge and use this infromation to make strings valid. *Define a new Quot function for helpex, which works with icu UnicodeCharacter. *Move tag search to xmlparse.cxx and use icu just in helpex. *QuotHTML not unescape just replace xml charcters. (unescaping is also useless in uimerge.cxx) *Move UnQuotHTML() to helper. (was used it in xmlparse.cxx and cfgmerge.cxx) *Use UnQuotHTML() in uimerge.cxx too. Change-Id: Ice8940ef69279709a1c5d84c6ae1b0d62a71ca76
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+1
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl2012-12-021-1/+1
| | | | Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
* Use icu regex in l10ntools instead of i18nregexpZolnai Tamás2012-11-191-1/+5
| | | | Change-Id: I9062aafa2fefa26b7b1edf0440f4675b2f469e5d
* Implement more Po method for mergeZolnai Tamás2012-08-311-0/+1
| | | | | | | | | | | | Implement file oprerations(entire reading and rest part of writing) Convert text to merge/sdf form Plus cleanup Change-Id: I6bab9bb202fcdc6d0f2a13f6c44d28e22c688e1e Reviewed-on: https://gerrit.libreoffice.org/520 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* Renew localization and kill sdf 1.stepZolnai Tamás2012-08-291-0/+9
| | | | | | | | | | | | Extract strings from source directly to pot files Implement PoHeader and PoEntry classes Renew fomrat of pot/po files Implement conversion from old po to new po Change-Id: I411b6041f7d525e76b189d7f31adc5b9ab60f6d6 Reviewed-on: https://gerrit.libreoffice.org/506 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* the binaries were build with enabled exceptions beforeDavid Tardon2012-05-041-1/+1
| | | | Change-Id: I7781c68c94efe04c821c9c7a3bcabc97bbdcfc36
* gbuild conversion l10ntools moduleDavid Ostrovsky2012-05-041-0/+37
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c