Add Dutch translations for all missing translation keys and fix hardcoded English labels

This commit is contained in:
root
2026-06-08 21:16:03 +02:00
parent a7bd30fd34
commit 5d58e12fc7
6 changed files with 1730 additions and 319 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ final class ThemeSettings extends Page implements HasForms
}
#[\Override]
protected static ?string $title = 'Theme & Button Settings';
public static function getTitle(): string
{
return __('Theme & Button Settings');
}
#[\Override]
protected string $view = 'filament.pages.general.theme-settings';