Minor - flint fixes

pull/2629/head
Julio Montoya 7 years ago
parent f52087c63a
commit 7406b64faa
  1. 6
      main/inc/lib/internationalization.lib.php

@ -62,9 +62,9 @@ define('PERSON_NAME_DATA_EXPORT', PERSON_NAME_EASTERN_ORDER);
/**
* Returns a translated (localized) string, called by its ID.
*
* @param string $variable this is the ID (name) of the translated string to be retrieved
* @param bool $returnEmptyIfNotFound If variable is not found, then: if false: returns variable name with or without brackets; true: returns ''
* @param string $language (optional) Language ID. If it is omitted, the current interface language is assumed.
* @param string $variable this is the ID (name) of the translated string to be retrieved
* @param bool $returnEmptyIfNotFound If variable is not found, then: if false: returns variable name with or without brackets; true: returns ''
* @param string $language (optional) Language ID. If it is omitted, the current interface language is assumed.
*
* @return string returns the requested string in the correspondent language
*

Loading…
Cancel
Save