mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-28 20:48:41 +00:00
add timezone support
This commit is contained in:
parent
44bfe2f534
commit
c0ee2e629c
|
|
@ -411,6 +411,12 @@
|
|||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_timezone": {
|
||||
"name": "l11n_timezone",
|
||||
"type": "VARCHAR(255)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_datetime_very_short": {
|
||||
"name": "l11n_datetime_very_short",
|
||||
"type": "VARCHAR(20)",
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ final class LocalizationMapper extends DataMapperAbstract
|
|||
'l11n_volume_teaspoon' => ['name' => 'l11n_volume_teaspoon', 'type' => 'string', 'internal' => 'volume/teaspoon'],
|
||||
'l11n_volume_tablespoon' => ['name' => 'l11n_volume_tablespoon', 'type' => 'string', 'internal' => 'volume/tablespoon'],
|
||||
'l11n_volume_glass' => ['name' => 'l11n_volume_glass', 'type' => 'string', 'internal' => 'volume/glass'],
|
||||
'l11n_timezone' => ['name' => 'l11n_timezone', 'type' => 'string', 'internal' => 'timezone'],
|
||||
'l11n_datetime_very_short' => ['name' => 'l11n_datetime_very_short', 'type' => 'string', 'internal' => 'datetime/very_short'],
|
||||
'l11n_datetime_short' => ['name' => 'l11n_datetime_short', 'type' => 'string', 'internal' => 'datetime/short'],
|
||||
'l11n_datetime_medium' => ['name' => 'l11n_datetime_medium', 'type' => 'string', 'internal' => 'datetime/medium'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user