Beispiel #1
0
 public static function onLoadLanguage()
 {
     $dir = Shadowrun4::getShadowDir();
     self::$LANG_CMDS = new GWF_LangTrans($dir . 'lang/cmds/cmds');
     self::$LANG_COMMANDS = new GWF_LangTrans($dir . 'lang/commands/commands');
     return true;
 }