aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Translations.md
diff options
context:
space:
mode:
authorWave72 <pynolo@tarine.net>2016-01-07 11:08:19 +0100
committerWave72 <pynolo@tarine.net>2016-01-07 11:08:19 +0100
commit0eb5dd6d21f380fdfe6679aa3ff4bb172819c5f8 (patch)
tree656cbb32b374d3e0acf2769206eaa493889bb5d3 /doc/Translations.md
parentc7cc59590642b88786d63c3ce2652ae8c2d09b23 (diff)
downloadvolse-hubzilla-0eb5dd6d21f380fdfe6679aa3ff4bb172819c5f8.tar.gz
volse-hubzilla-0eb5dd6d21f380fdfe6679aa3ff4bb172819c5f8.tar.bz2
volse-hubzilla-0eb5dd6d21f380fdfe6679aa3ff4bb172819c5f8.zip
In Hubzilla messages.po is hmessages.po
Diffstat (limited to 'doc/Translations.md')
-rw-r--r--doc/Translations.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Translations.md b/doc/Translations.md
index d0fe489f3..6f938148d 100644
--- a/doc/Translations.md
+++ b/doc/Translations.md
@@ -32,23 +32,23 @@ The location of the translated files in the source tree is
/view/LNG-CODE/
where LNG-CODE is the language code used, e.g. de for German or fr for French.
For the email templates (the *.tpl files) just place them into the directory
-and you are done. The translated strings come as a "messages.po" file from
+and you are done. The translated strings come as a "hmessages.po" file from
transifex which needs to be translated into the PHP file Red uses. To do
so, place the file in the directory mentioned above and use the "po2php"
utility from the util directory of your Red installation.
Assuming you want to convert the German localization which is placed in
-view/de/messages.po you would do the following.
+view/de/hmessages.po you would do the following.
1. Navigate at the command prompt to the base directory of your
Red installation
2. Execute the po2php script, which will place the translation
- in the strings.php file that is used by Red.
+ in the hstrings.php file that is used by Red.
- $> php util/po2php.php view/de/messages.po
+ $> php util/po2php.php view/de/hmessages.po
- The output of the script will be placed at view/de/strings.php where
+ The output of the script will be placed at view/de/hstrings.php where
froemdoca os expecting it, so you can test your translation mmediately.
3. Visit your Red page to check if it still works in the language you
@@ -59,7 +59,7 @@ view/de/messages.po you would do the following.
not give any output if the file is ok but might give a hint for
searching the bug in the file.
- $> php view/de/strings.php
+ $> php view/de/hstrings.php
4. commit the two files with a meaningful commit message to your git
repository, push it to your fork of the Red repository at github and