]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
i18n some code docu
authorBanana <mail@bananas-playground.net>
Sat, 20 Apr 2024 09:59:24 +0000 (11:59 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 20 Apr 2024 09:59:24 +0000 (11:59 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
webclient/lib/i18n.class.php

index b2f37028dd7cc49952349402ce84ef2761f553d5..842446d2897a91ea4366162caa6cd908967b8677 100644 (file)
@@ -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])) {