From 6fb5293e12b0f8c7598110f8903ebe02bcb5d644 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 21 Jun 2016 10:30:21 +0200 Subject: [PATCH] Some more Nextcloud branding --- developer_manual/app/l10n.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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::