fix(translations): Split "Translation setup" into it's own page

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2025-04-12 23:25:43 +02:00
parent 7edac26539
commit aafdae00a0
8 changed files with 232 additions and 162 deletions

View File

@@ -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.

View File

@@ -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.