This commit is contained in:
friendica
2014-09-27 00:15:43 -07:00
9 changed files with 89 additions and 98 deletions

View File

@@ -146,7 +146,7 @@ function load_translation_table($lang, $install = false) {
*
* @param $s string that should get translated
* @param $ctx optional context to appear in po file
* @return translated string if exsists, otherwise s
* @return translated string if exists, otherwise return $s
*
*/
function t($s,$ctx = '') {