mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-18 13:18:43 +00:00
This commit is contained in:
parent
f979779e2b
commit
c55fc7a83b
|
|
@ -410,18 +410,6 @@
|
|||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_datetime_delim_date": {
|
||||
"name": "l11n_datetime_delim_date",
|
||||
"type": "VARCHAR(1)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_datetime_delim_time": {
|
||||
"name": "l11n_datetime_delim_time",
|
||||
"type": "VARCHAR(1)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_datetime_very_short": {
|
||||
"name": "l11n_datetime_very_short",
|
||||
"type": "VARCHAR(20)",
|
||||
|
|
@ -451,6 +439,36 @@
|
|||
"type": "VARCHAR(20)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_precision_very_short": {
|
||||
"name": "l11n_precision_very_short",
|
||||
"type": "SMALLINT(4)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_precision_short": {
|
||||
"name": "l11n_precision_short",
|
||||
"type": "SMALLINT(4)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_precision_medium": {
|
||||
"name": "l11n_precision_medium",
|
||||
"type": "SMALLINT(4)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_precision_long": {
|
||||
"name": "l11n_precision_long",
|
||||
"type": "SMALLINT(4)",
|
||||
"default": null,
|
||||
"null": true
|
||||
},
|
||||
"l11n_precision_very_long": {
|
||||
"name": "l11n_precision_very_long",
|
||||
"type": "SMALLINT(4)",
|
||||
"default": null,
|
||||
"null": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -77,13 +77,16 @@ 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_datetime_delim_date' => ['name' => 'l11n_datetime_delim_date', 'type' => 'string', 'internal' => 'dateDelim'],
|
||||
'l11n_datetime_delim_time' => ['name' => 'l11n_datetime_delim_time', 'type' => 'string', 'internal' => 'timeDelim'],
|
||||
'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'],
|
||||
'l11n_datetime_long' => ['name' => 'l11n_datetime_long', 'type' => 'string', 'internal' => 'datetime/long'],
|
||||
'l11n_datetime_very_long' => ['name' => 'l11n_datetime_very_long', 'type' => 'string', 'internal' => 'datetime/very_long'],
|
||||
'l11n_precision_very_short' => ['name' => 'l11n_precision_very_short', 'type' => 'int', 'internal' => 'precision/very_short'],
|
||||
'l11n_precision_short' => ['name' => 'l11n_precision_short', 'type' => 'int', 'internal' => 'precision/short'],
|
||||
'l11n_precision_medium' => ['name' => 'l11n_precision_medium', 'type' => 'int', 'internal' => 'precision/medium'],
|
||||
'l11n_precision_long' => ['name' => 'l11n_precision_long', 'type' => 'int', 'internal' => 'precision/long'],
|
||||
'l11n_precision_very_long' => ['name' => 'l11n_precision_very_long', 'type' => 'int', 'internal' => 'precision/very_long'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user