Simple Elgg Plugin -- AU Language Overrides
Elgg Plugin Name: AU Language Overrides or au_language_overrides
Download: here
Sponsored By: Athabasca University
AU Language Overrides is a Simple Elgg Plugin that demonstrates how to override language strings to fix typos or change words.
In order to use this plugin locally:
- Edit languages/en.php to add/subtract language keys and values
- Note: don't forget that the last 'key' => 'value' pair will NOT need a comma after them since they are the last pair in the array!
- Make sure that this plugin is loaded after every other plugin that has a language string that you need to override
