mirror of
https://github.com/dokuwiki/dokuwiki-plugin-dev.git
synced 2026-01-13 20:12:48 +00:00
This helps with refactoring larger plugins. The string detection is using regular expressions and may not find all strings on some occasions
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
|
|
$this->getLang('string 1'); $this->getLang('string 2');
|
|
|
|
tpl_getLang("string 3");
|
|
|
|
|
|
$this->getLang('string 1');
|