mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
fix(translations): Split "Translation setup" into it's own page
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Translations
|
||||
============
|
||||
|
||||
ExApps translations work in the :doc:`same way as for PHP apps <../../basics/front-end/l10n>` with a few adjustments and differences.
|
||||
ExApps translations work in the :ref:`same way as for PHP apps<Translations>` with a few adjustments and differences.
|
||||
|
||||
In short, you just have to provide the ``l10n/<lang>.js`` (for front-end) and ``l10n/<lang>.json`` (for back-end) files for your app.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Events Listener
|
||||
===============
|
||||
|
||||
This API allows you to listen to :doc:`Nextcloud events <../../../basics/events>`.
|
||||
This API allows you to listen to :ref:`Nextcloud events <Events>`.
|
||||
|
||||
Currently only a **limited** number of events are supported.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user