docs/README.i18n
changeset 11 9e103ea0585d
parent 6 9fcac40c1b0e
child 13 2ff220cfde13
equal deleted inserted replaced
10:68d13494519e 11:9e103ea0585d
    11 
    11 
    12 If you want to use a translation, say the nl_NL, all you have to do is 
    12 If you want to use a translation, say the nl_NL, all you have to do is 
    13 edit inc/i18n.php file and change the $language variable to the desired
    13 edit inc/i18n.php file and change the $language variable to the desired
    14 language, for example "nl_NL".
    14 language, for example "nl_NL".
    15 
    15 
    16 If this doesn't work, most likely your system itself is not setup 
    16 If this doesn't work, please try to do the following:
    17 properly. See <https://rejo.zenger.nl/misc/1176630442.php> maybe of 
    17 
    18 some help.
    18  - cd /path/to/poweradmin/locale/$lang/LC_MESSAGES/
       
    19  - msgfmt $lang.po -o message.mo 
       
    20 
       
    21 If that doesn't help either, most likely your system itself is not
       
    22 setup properly. See <https://rejo.zenger.nl/misc/1176630442.php> maybe
       
    23 of some help.
    19 
    24 
    20 
    25 
    21 Adding a new translation
    26 Adding a new translation
    22 -----------------------------------------------------------------------
    27 -----------------------------------------------------------------------
    23 
    28