Searched refs:foreign (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | lang.php | 103 * @param array $foreign key/value language pairs for the foreign language 109 public function testObsolete($english, $foreign, $code, $file, $prefix = '') argument 111 $this->assertGreaterThan(0, count($foreign), "$file exists but has no translations"); 113 foreach ($foreign as $key => $value) { 128 * @param array $foreign key/value language pairs for the foreign language 134 public function testPlaceholders($english, $foreign, $code, $file, $prefix = '') argument 136 $this->assertGreaterThan(0, count($foreign), "$file exists but has no translations"); 138 foreach ($foreign as $key => $value) {
|