Merge pull request #550 from MrPetovan/task/add-console

Update documentation about po2php console command
This commit is contained in:
Tobias Diekershoff 2018-03-19 15:35:56 +01:00 committed by GitHub
commit b0c8a4e197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.