Skip to content
Ycarus edited this page Jul 30, 2018 · 3 revisions

Translation

Making translation in xx to work

You need to enable Allow site translation in install/index.php script.

You also need to have the locale for the translation you want, for example to enable french:

  echo fr_FR >> /etc/locale.gen
  locale-gen

Translate to another language

You can use Poedit to translate locale/fam.pot and create locale/xx_XX/LC_MESSAGES/fam.po and compile it to locale/xx_XX/LC_MESSAGES/fam.mo.

Clone this wiki locally