Home
last modified time | relevance | path

Searched refs:langKey (Results 1 – 3 of 3) sorted by relevance

/plugin/struct/meta/
H A DTranslationUtilities.php39 foreach (array_keys($this->config[$key]) as $langKey) {
40 if (!in_array($langKey, $langs)) {
41 unset($this->config[$key][$langKey]);
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php450 public function err(string $langKey, array $sprintfArgs = []): string argument
452 $txt = $this->getLang($langKey) ?? $langKey;
/plugin/visualindex/syntax/
H A Dvisualindex.php23 private function renderInfoMessage(Doku_Renderer $renderer, $langKey) { argument
24 $message = $this->getLang($langKey);