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
(redirect)
Tag: Replaced
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Translation}}
This page is now located in the user docs: [[:en:Translating the Moodle App|Translating the Moodle App]]
==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.
 
In order to translate just the specific Moodle Mobile strings you have to:
* 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.
 
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 [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].)
 
==When will the translated strings be shown in the Moodle Mobile app?==
 
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]]

Revision as of 09:38, 9 September 2022

This page is now located in the user docs: Translating the Moodle App