From: Banana Date: Sat, 20 Apr 2024 09:59:24 +0000 (+0200) Subject: i18n some code docu X-Git-Tag: 1.7~9 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=d92ade8ddc0d026e0a9cdcc45e80c9d505d4766f;p=bibliotheca-php.git i18n some code docu Signed-off-by: Banana --- diff --git a/webclient/lib/i18n.class.php b/webclient/lib/i18n.class.php index b2f3702..842446d 100644 --- a/webclient/lib/i18n.class.php +++ b/webclient/lib/i18n.class.php @@ -88,6 +88,7 @@ class I18n { } // the value is another key + // the parse_ini_file interpolation with ${} does not work with existing values from the file itself if(str_starts_with($ret, "reuse.")) { $_ret = str_replace("reuse.","",$ret); if(isset($_langWorkWith[$_ret])) {