mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Some more Nextcloud branding
This commit is contained in:
parent
9d8683c56f
commit
6fb5293e12
@ -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::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user