Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Language editing.

Language editing: Difference between revisions

From MoodleDocs
m (1.6 note added)
Line 1: Line 1:
== Language ==
== Edit strings ==
== Edit strings ==
 
{{Moodle 1.6}}
Text in Moodle may be changed by editing the language strings, either via Administration >> Configuration >> Language or directly e.g. in ''lang/en''.
Text in Moodle may be changed by editing the language strings, either via Administration >> Configuration >> Language or directly e.g. in ''datafolder/lang/en''.


==Local language pack==
==Local language pack==
 
{{Moodle 1.6}}
To ensure that any changes are not overwritten by a new version when upgrading, you need to create your own local language pack as follows:
To ensure that any changes are not overwritten by a new version when upgrading, you need to create your own local language pack as follows:


* Copy the ''langconfig.php'' of your language folder (e.g. ''datafolder/lang/en'') into a new folder (e.g. ''datafolder/lang/en_local'') - you will need access to the server to achieve this step, it cannot be done from within Moodle.
* Copy the ''langconfig.php'' of your language folder (e.g. ''datafolder/lang/en'') into a new folder (e.g. ''datafolder/lang/en_local''). You will need access to the server to achieve this step - it cannot be done from within Moodle.
* add a string for parentlanguage to this file, wich points to the language wich is the most similar to yours.
* Add a string for parentlanguage to this file, which points to the language which is the most similar to yours.
* Make your local language pack the default for the site via Administration >> Configuration >> [[admin/config|Variables]]
* Make your local language pack the default for the site via Administration >> Configuration >> [[admin/config|Variables]].
* Edit only those strings you want to change with the build-in language editor, to be found in Administration >> Configuration >> [[admin/config|Language]]
* Edit only those strings you want to change with the built-in language editor, to be found in Administration >> Configuration >> Language.


== See also ==
== See also ==


*[[Translation]]
*[[Translation]]
*[[Talk:admin/lang|Moodle 1.5 admin/lang]]


[[Category: Administrator]]
[[Category: Administrator]]

Revision as of 22:31, 1 February 2006

Edit strings

Template:Moodle 1.6 Text in Moodle may be changed by editing the language strings, either via Administration >> Configuration >> Language or directly e.g. in datafolder/lang/en.

Local language pack

Template:Moodle 1.6 To ensure that any changes are not overwritten by a new version when upgrading, you need to create your own local language pack as follows:

  • Copy the langconfig.php of your language folder (e.g. datafolder/lang/en) into a new folder (e.g. datafolder/lang/en_local). You will need access to the server to achieve this step - it cannot be done from within Moodle.
  • Add a string for parentlanguage to this file, which points to the language which is the most similar to yours.
  • Make your local language pack the default for the site via Administration >> Configuration >> Variables.
  • Edit only those strings you want to change with the built-in language editor, to be found in Administration >> Configuration >> Language.

See also