Retrieves a translation from the last loaded dictionary.
Parameters: |
|
---|---|
Returns: | The translation or null if not founded |
The plural version of __. Some languages have more than one form for plural messages dependent on the count.
Parameters: |
|
---|---|
Returns: | The translation or, if not founded, $singular is returned if n == 1, otherwise $plural
If third parameter is ommited and translation founded, return an array of singular and plural forms
|
Retrieves a translation from a specific dictionary.
Parameters: |
|
---|---|
Returns: | The translation or null if not founded |