Here are a few small observations that might help in such task:
- The default language pack for Moodle is located in <moodle root>/lang/en_utf_8. If you want your edits to be effective across different language packs, here is where you need to touch.
- Each language pack is dumped into <moodle data>/lang. Any edits for a particular language pack must happen here.
- Here is where it gets tricky: language specified in <moodle data>/lang has higher precedence than <moodle root>/lang. What this means is that if you edit a string in <moodle root>/lang, but you don't edit/remove the same string in <moodle data>/lang, then the string from <moodle data>/lang will be displayed to the user.
No comments:
Post a Comment