Merge pull request #14040 from nextcloud/rakekniven-patch-2

Rename translation_setup to translation
This commit is contained in:
rakekniven
2026-03-11 14:29:42 +01:00
committed by GitHub
9 changed files with 33 additions and 8 deletions

View File

@@ -12,4 +12,4 @@ App development
init init
dependency_management dependency_management
dav_extension dav_extension
translation_setup translation

View File

@@ -1,8 +1,8 @@
.. _Translation setup: .. _Translation:
================= ===========
Translation setup Translation
================= ===========
Nextcloud's translation system is powered by `Transifex <https://explore.transifex.com/nextcloud/>`_. To start translating sign up and enter a group. If your community app should be translated by the `Nextcloud community on Transifex <https://explore.transifex.com/nextcloud/>`_ just follow the setup section below. Nextcloud's translation system is powered by `Transifex <https://explore.transifex.com/nextcloud/>`_. To start translating sign up and enter a group. If your community app should be translated by the `Nextcloud community on Transifex <https://explore.transifex.com/nextcloud/>`_ just follow the setup section below.
@@ -152,3 +152,28 @@ Now the following folder structure is available::
|-- myapp.pot |-- myapp.pot
You then just need the :file:`.json` and :file:`.js` files for a working localized app. You then just need the :file:`.json` and :file:`.js` files for a working localized app.
Documentation on the translation process
----------------------------------------
The following describes four processes:
1. Process to translate new string
.. image:: ../images/translation_process1.png
:alt: Process to translate new string
2. Process to correct typo/grammar issue in translated string
.. image:: ../images/translation_process2.png
:alt: Process to correct typo/grammar issue in translated string
3. Process for making an untranslatable string translatable
.. image:: ../images/translation_process3.png
:alt: Process for making an untranslatable string translatable
4. Process to correct issue in source string
.. image:: ../images/translation_process4.png
:alt: Process to correct issue in source string

View File

@@ -343,7 +343,7 @@ iOS
Adding translations Adding translations
------------------- -------------------
The steps how to set up translations for an app have been moved to it's own page in the "App development" chapter: :ref:`Translation setup` The steps how to set up translations for an app have been moved to it's own page in the "App development" chapter: :ref:`Translation`
Testing translations Testing translations
-------------------- --------------------

View File

@@ -18,7 +18,7 @@ Digging deeper
groupware/index groupware/index
http_client http_client
javascript-apis javascript-apis
translation machinetranslation
flow flow
npm npm
notifications notifications

View File

@@ -1,4 +1,4 @@
.. _translation: .. _machinetranslation:
=================== ===================
Machine Translation Machine Translation

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB