[commits] [Wiki] changed: Doc/Dev/TranslationH4
Jan Schneider
jan at horde.org
Fri May 27 22:32:30 UTC 2011
jan Fri, 27 May 2011 22:32:30 +0000
Modified page: http://wiki.horde.org/Doc/Dev/TranslationH4
New Revision: 1.6
Change log: Fix header levels
@@ -5,9 +5,10 @@
This document is intended to help developers translate Horde 4
modules using the **/horde/bin/horde-translation** script.
See also {{horde/docs/TRANSLATIONS}}.
-+ The Translation Script
+++ The Translation Script
+
<code>
$ php horde/bin/horde-translation
Usage: horde-translation [options] command [command-options]
@@ -48,11 +49,11 @@
</code>
Any commands can be called with {{horde-translation COMMAND help}}
for further information.
-+++ Making a Translation
+++ Making a Translation
-++ Intialize/Merge the Translation
++++ Intialize/Merge the Translation
If this is the first time, run:
<code type="php">
@@ -72,9 +73,9 @@
<code type="php">
php horde-translation merge --module=MODULE --locale=xx_XX
</code>
-++ Edit and Update the Translation
++++ Edit and Update the Translation
Create the compendium file (do this one time only):
<code type="php">
@@ -102,9 +103,9 @@
</code>
If you want to see the changes right away, restart the http server
(i.e. //service httpd restart// in Fedora, CentOS and similar OSes).
-+++ Translating Help Files
+++ Translating Help Files
First extract all new and changed entries from the English XML help
file and merge them with the existing ones:
<code type="php">
More information about the commits
mailing list