Update documentation about po2php console command

pull/550/head
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 translate for (i.e. de, fr, nb-no). After you translated the content go to the
root of your friendica directory and run 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 translate the message.po file into the strings.php file needed by friendica
to catch your translations. to catch your translations.