diff --git a/developer_manual/app/l10n.rst b/developer_manual/app/l10n.rst index ad75096cd..25c695d48 100644 --- a/developer_manual/app/l10n.rst +++ b/developer_manual/app/l10n.rst @@ -4,8 +4,6 @@ Translation .. sectionauthor:: Bernhard Posselt -Nextcloud's translation system is powered by `Transifex `_. To start translating sign up and enter a group. If your community app should be added to Transifex contact one of the `core developers `_ to set it up for you. - PHP === Should it ever be needed to use localized strings on the server-side, simply inject the L10N service from the ServerContainer into the needed constructor @@ -128,7 +126,7 @@ generate the gettext strings by yourself by creating an :file:`l10n/` directory in the app folder and executing:: - cd /srv/http/owncloud/apps/myapp/l10n + cd /srv/http/nextcloud/apps/myapp/l10n perl l10n.pl read myapp The translation script requires **Locale::PO** and **gettext**, installable via::