rss Tags : translateextractorcompiler

translateExtractorCompiler

Compiler that converts an array of language strings into an appropriate format for the specified translation adaptor. Each adaptor can add additional options or requirements. If a compiler is not present for your chosen language file, simply extend... More »

Posted in Translate on 19 Nov 2009 @ 20:39


translateExtractorCompilerArray

Compiles the data to a PHP array More »

Posted in Translate on 19 Nov 2009 @ 20:39


translateExtractorCompilerCsv

Compiles the data to a CSV file. If the delimiter, length or enclosure are missing, the defaults set in translateAdaptorCsv are used instead. More »

Posted in Translate on 19 Nov 2009 @ 20:39


translateExtractorCompilerGettext

Creates gettext PO data from the translation table. This can also be generated using the gettext CLI development tools. The PO files will need to be further processed by msgfmt to create the .MO binaries required by the translateAdaptorGettext. More »

Posted in Translate on 19 Nov 2009 @ 20:39


translateExtractorCompilerIni

Compiles the data to an ini file. INI files have many restrictions on how they can be formatted. For example: keys cannot contain anything other than A-Z and 0-9. Additional punctuation {}[]() etc can have special meaning. This compiler makes a "best... More »

Posted in Translate on 19 Nov 2009 @ 20:39

translateExtractorCompilerQt

Creates QT style TS XML language files from the translation table. All strings are encoded into CDATA sections to allow for any illegal XML characters. More »

Posted in Translate on 19 Nov 2009 @ 20:39


translateExtractorCompilerTmx

Creates pseudo TMX XML language files from the translation table. More »

Posted in Translate on 19 Nov 2009 @ 20:39


translateExtractorCompilerXliff

Creates Xliff XML language files. This adaptor requires the target language. More »

Posted in Translate on 19 Nov 2009 @ 20:39


First Page Previous Page
Next Page Last Page