Skip to content

Commit 636809c

Browse files
authored
Merge pull request #14040 from nextcloud/rakekniven-patch-2
Rename translation_setup to translation
2 parents 83063a1 + b00b565 commit 636809c

9 files changed

Lines changed: 33 additions & 8 deletions

File tree

β€Ždeveloper_manual/app_development/index.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ App development
1212
init
1313
dependency_management
1414
dav_extension
15-
translation_setup
15+
translation

developer_manual/app_development/translation_setup.rst renamed to developer_manual/app_development/translation.rst

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.. _Translation setup:
1+
.. _Translation:
22

3-
=================
4-
Translation setup
5-
=================
3+
===========
4+
Translation
5+
===========
66

77
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.
88

@@ -152,3 +152,28 @@ Now the following folder structure is available::
152152
|-- myapp.pot
153153

154154
You then just need the :file:`.json` and :file:`.js` files for a working localized app.
155+
156+
Documentation on the translation process
157+
----------------------------------------
158+
159+
The following describes four processes:
160+
161+
1. Process to translate new string
162+
163+
.. image:: ../images/translation_process1.png
164+
:alt: Process to translate new string
165+
166+
2. Process to correct typo/grammar issue in translated string
167+
168+
.. image:: ../images/translation_process2.png
169+
:alt: Process to correct typo/grammar issue in translated string
170+
171+
3. Process for making an untranslatable string translatable
172+
173+
.. image:: ../images/translation_process3.png
174+
:alt: Process for making an untranslatable string translatable
175+
176+
4. Process to correct issue in source string
177+
178+
.. image:: ../images/translation_process4.png
179+
:alt: Process to correct issue in source string

β€Ždeveloper_manual/basics/translations.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ iOS
343343
Adding translations
344344
-------------------
345345

346-
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`
346+
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`
347347

348348
Testing translations
349349
--------------------

β€Ždeveloper_manual/digging_deeper/index.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Digging deeper
1818
groupware/index
1919
http_client
2020
javascript-apis
21-
translation
21+
machinetranslation
2222
flow
2323
npm
2424
notifications

developer_manual/digging_deeper/translation.rst renamed to developer_manual/digging_deeper/machinetranslation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _translation:
1+
.. _machinetranslation:
22

33
===================
44
Machine Translation
25.6 KB
Loading
31.8 KB
Loading
34.7 KB
Loading
33.4 KB
Loading

0 commit comments

Comments
Β (0)