Skip to content

Commit 0540b12

Browse files
authored
Update infoPostFix in italian language
This makes the `infoPostFix` consistent accross languages. Italian was the only using `,` instead of `.`
1 parent 6aceec3 commit 0540b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/lang/it/crud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
'info' => 'Visualizzando da _START_ a _END_ record di _TOTAL_',
8686
'infoEmpty' => 'Non vi sono elementi',
8787
'infoFiltered' => '(filtrati da _MAX_ record totali)',
88-
'infoPostFix' => ',',
88+
'infoPostFix' => '.',
8989
'thousands' => '.',
9090
'lengthMenu' => '_MENU_ record per pagina',
9191
'loadingRecords' => 'Caricamento...',

0 commit comments

Comments
 (0)