<?php /** * @see \myBlade is defined on /BladeOne/examples/testlang.php */ myBlade::$dictionary=[ 'Hat'=>'帽å' ,'Cat'=>'ãƒã‚³' // Neko is japanese for cat japanese. ,'Cats'=>'猫' // plural ,'%s is a nice cat'=>'%sã¯ç´ 敵ãªçŒ«ã§ã™' ];
info at phpclasses dot org