We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f2ff6 commit bf38e31Copy full SHA for bf38e31
.docs/localization.md
@@ -22,7 +22,8 @@ public function createComponentLocalizationGrid($name): Contributte\Datagrid\Dat
22
23
$grid->addColumnDateTime('inserted', 'Inserted');
24
25
- $translator = new Contributte\Datagrid\Localization\SimpleTranslator([
+ $translator = new Contributte\Datagrid\Localization\SimpleTranslator();
26
+ $translator->setDictionary([
27
'contributte_datagrid.no_item_found_reset' => 'Žádné položky nenalezeny. Filtr můžete vynulovat',
28
'contributte_datagrid.no_item_found' => 'Žádné položky nenalezeny.',
29
'contributte_datagrid.here' => 'zde',
0 commit comments