From d92ade8ddc0d026e0a9cdcc45e80c9d505d4766f Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 20 Apr 2024 11:59:24 +0200 Subject: [PATCH] i18n some code docu Signed-off-by: Banana --- webclient/lib/i18n.class.php | 1 + 1 file changed, 1 insertion(+) 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])) { -- 2.39.5