mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Updated localizations & improved some special and demo translation string data handling
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 }
|
||||
],
|
||||
'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