Searched refs:english (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/_test/tests/inc/ |
D | lang.php | 102 * @param array $english key/value language pairs for English 109 public function testObsolete($english, $foreign, $code, $file, $prefix = '') argument 115 $this->assertArrayHasKey($key, $english, "$file: obsolete/unknown key '$name'"); 118 if (is_array($value) && is_array($english[$key])) { 119 $this->testObsolete($english[$key], $value, $code, $file, $key); 127 * @param array $english key/value language pairs for English 134 public function testPlaceholders($english, $foreign, $code, $file, $prefix = '') argument 140 if (!isset($english[$key])) continue; 143 if (is_array($value) && is_array($english[$key])) { 144 $this->testPlaceholders($english[$key], $value, $code, $file, $key); [all …]
|
/dokuwiki/_test/data/pages/wiki/ |
D | syntax.txt | 89 * Customization of the english language file
|
/dokuwiki/data/pages/wiki/ |
D | syntax.txt | 89 * Customization of the english language file
|