diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-01-12 10:17:45 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-01-19 23:46:16 -0500 |
commit | b36588c9f9f5762a8c8e924c6be716a44816b44d (patch) | |
tree | 7e95c31e4cdb98684a9687dffd65e8ec41a5078e /data | |
parent | sisu po4a ruby thor Rakefile equivalent (& cosmetic edit to qi) (diff) |
bin/sisu-misc-utils + c&d: lib sisu_thor_lib currently only po4a
* uses po4a to create po files with empty translation strings
* in appropriately configured directory e.g.
"data/doc/sisu/markup-samples/manual" have file named:
"languages_source_and_targets" containing e.g.:
source: en
targets: de fr es ja ru zh
command examples:
ruby ~snx/bin/sisu-misc-utils po4a --next --clean
ruby ~snx/bin/sisu-misc-utils po4a --next --distclean
ruby ~snx/bin/sisu-misc-utils po4a --next --make
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 12 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v6 | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 33b3e5f9..1a001213 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -86,6 +86,18 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.8.0.orig.tar.xz * use RbConfig instead of Config + * bin/sisu-misc-utils, sisu_thor_lib, currently only for po4a + * uses po4a to create po files with empty translation strings + * in appropriately configured directory e.g. + "data/doc/sisu/markup-samples/manual" have file named: + "languages_source_and_targets" containing e.g.: + source: en + targets: de fr es ja ru zh + command examples: + ruby ~snx/bin/sisu-misc-utils po4a --next --clean + ruby ~snx/bin/sisu-misc-utils po4a --next --distclean + ruby ~snx/bin/sisu-misc-utils po4a --next --make + * sisu.org addition, modification, consider ** SiSU "UnFrozen" - prior to end of Debian Freeze diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6 index 6306cb95..1d4fe844 100644 --- a/data/doc/sisu/CHANGELOG_v6 +++ b/data/doc/sisu/CHANGELOG_v6 @@ -102,6 +102,18 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.4.0.orig.tar.xz * use RbConfig instead of Config + * bin/sisu-misc-utils, sisu_thor_lib, currently only for po4a + * uses po4a to create po files with empty translation strings + * in appropriately configured directory e.g. + "data/doc/sisu/markup-samples/manual" have file named: + "languages_source_and_targets" containing e.g.: + source: en + targets: de fr es ja ru zh + command examples: + ruby ~snx/bin/sisu-misc-utils po4a --next --clean + ruby ~snx/bin/sisu-misc-utils po4a --next --distclean + ruby ~snx/bin/sisu-misc-utils po4a --next --make + * under data/.../manual sisu po4a a ruby thor (Rakefile equivalent) * sisu.org addition, modification, consider |