Elgg  Version 1.9
en.php
Go to the documentation of this file.
1 <?php
20 $mapping = array(
21  'string:here' => 'Display string here',
22 );
23 
$mapping
The core language file is in /languages/en.php and each plugin has its language files in a languages ...
Definition: en.php:20
add_translation($country_code, $language_array)
Add a translation.
Definition: languages.php:85