mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Updated localizations & improved some special and demo translation string data handling
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{ 'orderable': false, 'targets': 0 },
|
||||
{ 'visible': false, 'targets': 3 }
|
||||
],
|
||||
'language': JSON.parse(__t('datatables_localization')),
|
||||
'language': IsJsonString(__t('datatables_localization')) ? JSON.parse(__t('datatables_localization')) : { },
|
||||
'scrollY': false,
|
||||
'colReorder': true,
|
||||
'stateSave': true,
|
||||
|
Reference in New Issue
Block a user