mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Updated localizations & improved some special and demo translation string data handling
This commit is contained in:
@@ -5,7 +5,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