Files
Andreas Gohr 5586e97bc4 added cleanLang command
This helps with refactoring larger plugins. The string detection is
using regular expressions and may not find all strings on some occasions
2022-03-14 16:02:45 +01:00

10 lines
120 B
PHP

<?php
$this->getLang('string 1'); $this->getLang('string 2');
tpl_getLang("string 3");
$this->getLang('string 1');