Some more Nextcloud branding

This commit is contained in:
Lukas Reschke 2016-06-21 10:30:21 +02:00 committed by GitHub
parent 9d8683c56f
commit 6fb5293e12

View File

@ -4,8 +4,6 @@ Translation
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>
Nextcloud's translation system is powered by `Transifex <https://www.transifex.com/projects/p/owncloud/>`_. To start translating sign up and enter a group. If your community app should be added to Transifex contact one of the `core developers <https://owncloud.org/contact/>`_ 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::