aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/po4a.rb
Commit message (Collapse)AuthorAgeFilesLines
* d: po4a_shelf, shelf current po4a, change tackRalph Amissah2015-01-191-1217/+0
|
* d: po4a, provide po4a.cfg fileRalph Amissah2015-01-191-0/+74
|
* d: po4a, continue reorganization (translation request dev stopped)Ralph Amissah2015-01-071-382/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | * --po4a run against different language versions of sisu markup files (representing the same document in different languages) initializes po4a structure to place those documents under future po4a management * includes command line translation request (use command line program 'trans' to pass request to translation.google.com, stopped for now) NOTE in case future development is restarted: to test, remove code line 'auto_translate?(:skip)' that follows 'def auto_translation(src_txt,markup=:src)'; place identical english sisu markup files in en/test.sst fr/test.sst (or under the language code to be tested) and run against en/test.sst fr/test.sst e.g. '--po4a --trans --glob test.sst' this send identical text objects to translate.google using 'trans' and populate po file with results for placing future translation under po4a management, however in initial tests insufficient cleanly translated paragraphs were returned, so stopped development for now. (no attempt at initialization of new non-existent files using --trans-en:es,fr,de format) * [hub_options, if development of trans is pursued later consider the possibility of modifying the --trans string options to add an optional timeout value, &; possibly modifying po4a code so timeout may occur a fixed number of times before skipping translation request attempts for the remainder].
* d: po4a, reorganize a bitRalph Amissah2015-01-071-81/+95
|
* d: po4a, stub for auto-translateRalph Amissah2015-01-071-0/+42
| | | | | | | | | | * intention (stub only, not implemented) * '--po4a --trans --glob test.sst' run against en/test.sst fr/test.sst * '--po4a --trans-en:fr en/test.sst' to send identical text objects to translate.google using 'trans' and populate po file with results for placing future translation under po4a management
* d: po4a, init, if lang src == translation, empty translation fieldRalph Amissah2015-01-071-7/+28
|
* c&d: po4a, book index, reinstateRalph Amissah2015-01-071-18/+58
|
* c&d: po4a (& git) revisited, revisitRalph Amissah2015-01-071-118/+216
|
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-0/+980
* libs & version files under new branch names: current & develop * previously under branch version numbers (v5|v6) * version .yml files moved * associated adjustments made as required, notably to: bin/sisu se* qi* (file headers); breakage potential, testing required * [on dir names, want release to (alphabetically) precede next/development, considered (cur|dev) (current|(dev|development|progress|next)) (stable|unstable), alpha sorting fail (release|(next|develop))]