Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle App Translation: Difference between revisions

From MoodleDocs
(Translation stats, Moodle app strings link)
Line 1: Line 1:
{{Translation}}
{{Translation}}
==How do I translate the words and phrases used in the Moodle Mobile app?==


Moodle Mobile is translated via the '''[http://lang.moodle.org Moodle translation site]''' using AMOS.
==Moodle app translations==


In order to translate just the specific Moodle Mobile strings you have to:
The Moodle app is being translated into more and more languages! See https://moodle.org/plugins/translations.php?plugin=local_moodlemobileapp for the latest translation stats.
* Select the component local_moodlemobileapp
* Select version 2.6


You only need to translate the strings for that version; there is no need to propagate the strings to other versions.
==How do I translate words and phrases used in the Moodle app?==
 
To help with translating, you first need to create an account on the [http://lang.moodle.org Moodle translation site].
 
The Moodle app strings may be found here: https://lang.moodle.org/local/amos/view.php?v=2600&t=1550843081&l&c=local_moodlemobileapp
 
( Component local_moodlemobileapp and version 2.6.) You only need to translate the strings for that version; there is no need to propagate the strings to other versions.


Notice that most of the app strings are automatically translated (because they are already translated in Moodle), so only the strings that are specific to the mobile app are displayed.
Notice that most of the app strings are automatically translated (because they are already translated in Moodle), so only the strings that are specific to the mobile app are displayed.
Line 23: Line 26:
The process is the same as for core Moodle. See [[Contributing a translation]].
The process is the same as for core Moodle. See [[Contributing a translation]].


Note: Please contact the maintainer of your language pack as listed in the [http://lang.moodle.org/local/amos/credits.php Translation credits] to tell them that you are translating Moodle Mobile. (If you don't receive a reply within a reasonable time, contact our Moodle translation coordinator, Koen Roggemans, [mailto:translation@moodle.org translation@moodle.org].)
Note: Please contact the maintainer of your language pack as listed in the [http://lang.moodle.org/local/amos/credits.php Translation credits] to tell them that you are translating the Moodle app. (If you don't receive a reply within a reasonable time, contact our Moodle translation coordinator, Koen Roggemans, [mailto:translation@moodle.org translation@moodle.org].)


==When will the translated strings be shown in the Moodle Mobile app?==
==When will the translated strings be shown in the Moodle app?==


Translations are not automatically synchronised with the app; you will have to wait to the next app release to see your latest translations.
Translations are not automatically synchronised with the app; you will have to wait to the next app release to see your latest translations.


[[Category:Mobile]]
[[Category:Mobile]]

Revision as of 13:54, 22 February 2019


Moodle app translations

The Moodle app is being translated into more and more languages! See https://moodle.org/plugins/translations.php?plugin=local_moodlemobileapp for the latest translation stats.

How do I translate words and phrases used in the Moodle app?

To help with translating, you first need to create an account on the Moodle translation site.

The Moodle app strings may be found here: https://lang.moodle.org/local/amos/view.php?v=2600&t=1550843081&l&c=local_moodlemobileapp

( Component local_moodlemobileapp and version 2.6.) You only need to translate the strings for that version; there is no need to propagate the strings to other versions.

Notice that most of the app strings are automatically translated (because they are already translated in Moodle), so only the strings that are specific to the mobile app are displayed.

You have a list of all the strings used by the app here: https://github.com/moodlehq/moodlemobile2/blob/master/scripts/langindex.json

Some examples are:

  • "addon.mod_quiz.connectionerror": "quiz" - Means the string "connectionerror" of the "quiz" component in AMOS.
  • "core.category": "moodle" - Mean the string "category" of the "moodle" component in AMOS.

I am not a language pack maintainer. How can I contribute a translation?

The process is the same as for core Moodle. See Contributing a translation.

Note: Please contact the maintainer of your language pack as listed in the Translation credits to tell them that you are translating the Moodle app. (If you don't receive a reply within a reasonable time, contact our Moodle translation coordinator, Koen Roggemans, translation@moodle.org.)

When will the translated strings be shown in the Moodle app?

Translations are not automatically synchronised with the app; you will have to wait to the next app release to see your latest translations.