Elgg  Version 1.11
Public Member Functions | List of all members
Elgg\I18n\NullTranslator Class Reference

WARNING: API IN FLUX. More...

Inheritance diagram for Elgg\I18n\NullTranslator:
Elgg\I18n\Translator

Public Member Functions

 translate ($key, $args=array(), $lang='')
 @inheritDoc More...
 
- Public Member Functions inherited from Elgg\I18n\Translator
 __construct ()
 Initializes new translator. More...
 
 addTranslation ($country_code, $language_array)
 Add a translation. More...
 
 getCurrentLanguage ()
 Detect the current language being used by the current site or logged in user. More...
 
 getLanguage ()
 Gets the current language in use by the system or user. More...
 
 loadTranslations ()
 @access private More...
 
 registerTranslations ($path, $load_all=false)
 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 give language key exists. More...
 
 getAllLanguageCodes ()
 Returns an array of language codes. More...
 

Detailed Description

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.

Since
1.10.0

@access private

Definition at line 17 of file NullTranslator.php.

Member Function Documentation

◆ translate()

Elgg\I18n\NullTranslator::translate (   $key,
  $args = array(),
  $lang = '' 
)

@inheritDoc

Reimplemented from Elgg\I18n\Translator.

Definition at line 19 of file NullTranslator.php.


The documentation for this class was generated from the following file: