Added fallback to default language for phrases

. added fallback to default language in PhrasesLib.php
. fixed small issues concerning right translation in PhrasesLib.php
. all other files: adding translation for Infocenter overview + details page (client- and serverside)
This commit is contained in:
Cris
2018-06-06 10:00:17 +02:00
parent 7c5995c318
commit efebfddd58
14 changed files with 501 additions and 86 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ function _generateJSPhrasesStorageObject($phrases)
$toPrint = "\n";
$toPrint .= '<script type="text/javascript">';
$toPrint = "\n";
$toPrint .= "\n";
$toPrint .= 'var FHC_JS_PHRASES_STORAGE_OBJECT = '.$ci->pj->getJSON();
$toPrint .= "\n";
$toPrint .= '</script>';