Update documentation about po2php console command

This commit is contained in:
Hypolite Petovan 2018-03-18 23:57:25 -04:00
parent ca4110efc7
commit 37963d62d3
1 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ and copy it to lang/XX/message.po where XX is the language you want to
translate for (i.e. de, fr, nb-no). After you translated the content go to the
root of your friendica directory and run
php util/po2php.php addon/newmember/lang/XX/message.po
php bin/console po2php addon/newmember/lang/XX/message.po
to translate the message.po file into the strings.php file needed by friendica
to catch your translations.