Elgg
Version 2.3
|
WARNING: API IN FLUX. More...
Public Member Functions | |
translate ($key, $args=array(), $lang='') | |
@inheritDoc More... | |
![]() | |
__construct () | |
Initializes new translator. More... | |
addTranslation ($country_code, $language_array) | |
Add a translation. More... | |
getCurrentLanguage () | |
Get the current system/user language or "en". More... | |
detectLanguage () | |
Detect the current system/user language or false. More... | |
loadTranslations ($language=null) | |
Load both core and plugin translations. More... | |
registerPluginTranslations ($path) | |
Registers translations in a directory assuming the standard plugin layout. More... | |
registerTranslations ($path, $load_all=false, $language=null) | |
When given a full path, finds translation files and loads them. More... | |
reloadAllTranslations () | |
Reload all translations from all registered paths. More... | |
getInstalledTranslations () | |
Return an array of installed translations as an associative array "two letter code" => "native language name". More... | |
getLanguageCompleteness ($language) | |
Return the level of completeness for a given language code (compared to english) More... | |
getMissingLanguageKeys ($language) | |
Return the translation keys missing from a given language, or those that are identical to the english version. More... | |
languageKeyExists ($key, $language='en') | |
Check if a given language key exists. More... | |
Additional Inherited Members | |
![]() | |
static | getAllLanguageCodes () |
Returns an array of language codes. More... | |
static | normalizeLanguageCode ($code) |
Normalize a language code (e.g. More... | |
WARNING: API IN FLUX.
DO NOT USE DIRECTLY.
A translator that does nothing except return the key that was requested.
This translator is useful during development if you want to be able to easily tell what the available keys are for changing the wording of UI elements.
@access private
Definition at line 17 of file NullTranslator.php.
Elgg\I18n\NullTranslator::translate | ( | $key, | |
$args = array() , |
|||
$lang = '' |
|||
) |
@inheritDoc
Reimplemented from Elgg\I18n\Translator.
Definition at line 19 of file NullTranslator.php.