Home
last modified time | relevance | path

Searched refs:customTranslations (Results 1 – 5 of 5) sorted by relevance

/webtrees/resources/views/admin/
H A Dmodules.phtml141 …<?= $module instanceof ModuleCustomInterface ? $module->customTranslations(I18N::languageTag())[$m…
147 …<?= $module instanceof ModuleCustomInterface ? $module->customTranslations(I18N::languageTag())[$m…
H A Dcomponents.phtml58 …<?= $module instanceof ModuleCustomInterface ? $module->customTranslations(I18N::languageTag())[$m…
/webtrees/app/Module/
H A DModuleCustomInterface.php69 public function customTranslations(string $language): array; function
H A DModuleCustomTrait.php138 public function customTranslations(string $language): array function
/webtrees/app/
H A DI18N.php300 … ModuleCustomInterface $item): array => array_merge($carry, $item->customTranslations(self::$local…