Home
last modified time | relevance | path

Searched refs:langKey (Results 1 – 2 of 2) 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;