summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)Author
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara
2011-11-14callcatcher: remove unused codeCaolán McNamara
2011-11-08code cleanup of localize toolAndras Timar
2011-11-08remove unused global variablesAndras Timar
2011-11-08MERGE_SOURCE_LANGUAGES is never defined, removing ifdefsAndras Timar
2011-11-05Remove the unused <l10ntools/vosapp.hxx> headerTor Lillqvist
2011-11-04quiet normally incorrect empty fragments warning cluttering tinderbox outputMichael Meeks
2011-11-03indent line in merged description.xmlAndras Timar
2011-10-29remove localization tool of obsoleted layout codeAndras Timar
2011-10-29tweak handling of extension descriptionsAndras Timar
2011-10-28char array should be null terminatedAndras Timar
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-10-13po2lo: the po parser should be reset before starting a new fileMiklos Vajna
2011-10-06Give better error message on invalid sdf inputMiklos Vajna
2011-10-05merge strings to description.xml filesAndras Timar
2011-10-04WaE: return: conversion from sal_uInt32 to sal_uInt16, possible loss of dataTor Lillqvist
2011-10-03fdo#41380: fix po2lo to support python3 as wellMiklos Vajna
2011-10-03extract strings from scripting moduleAndras Timar
2011-09-30extract strings for l10n from description.xml filesAndras Timar
Merging is to be implemented...
2011-09-30fix error messagesAndras Timar
2011-09-30typo in commentAndras Timar
2011-09-30remove unused tokensAndras Timar
2011-09-30Make translation tools cross-build awareThorsten Behrens
Build-time tools should use build-time inpath...
2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann
2011-09-22aMergedLanguages is write only, can be removedCaolán McNamara
2011-09-22callcatcher: newly unused ResData::isMergedCaolán McNamara
2011-09-21remove unused (and buggy) language fallback functionalityAndras Timar
Fallback to en-US is done in translations module. Fallback to other languages is not supported, but if we ever needed it, it would be easier to solve the problem in a script language instead of C++ in translations module.
2011-09-20localize.pl is not necessaryAndras Timar
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20Revert "localize.pl is not necessary" - breaks on WindowsAndras Timar
This reverts commit fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10.
2011-09-20localize.pl is not necessaryAndras Timar
2011-09-20no 'progress bar' for l10ntoolsAndras Timar
2011-09-20adjust what to extract and what notAndras Timar
2011-09-20remove unused column from ExeTableAndras Timar
2011-09-20remove obsolete command line switches -UTF8 and -NOUTF8Andras Timar
2011-09-20remove unused MAX_LANGUAGES definitionAndras Timar
2011-09-20remove obsolete command line switch -ISO99Andras Timar
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19can use SearchAndReplaceAll sal_Char variant hereCaolán McNamara
2011-09-19unused local static ByteStringsCaolán McNamara
2011-09-19remove redundant intermediate ByteStringsCaolán McNamara
2011-09-17charset arg doesn't exist anymore, fixes helpexCaolán McNamara
2011-09-17cleanup: don't use German as fallback languageAndras Timar
2011-09-17add a new helper script: addkeyid2pot.plAndras Timar
It adds key IDs to pot entries in the form of #. type comments. In Pootle the translator can search for strings using the key IDs.
2011-09-17rewrite keyidGen.plAndras Timar
it creates 4 letter key IDs (same as in pot/po files)
2011-09-15Add po2lo toolMiklos Vajna
2011-09-15fast_merge: fix mis-merge of first module's stringsMiklos Vajna
The problem was that in write_lines() when $first_run was true, the add_to_buffer() call already set the current module's name to the second module. A fix for this is to use let make_paths() take a parameter, and in case of the first run, pass the really first module name, not the current one.
2011-09-13cppcheck:remove unused variablesJulien Nabet
2011-09-13wtratree unbuiltCaolán McNamara
2011-09-13elide conversion from MS1252 to MS1252Caolán McNamara