mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Added datetime and currency to localization
This commit is contained in:
parent
f5366aedb5
commit
229bad7449
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"language": "EN",
|
||||
"country": "USA",
|
||||
"currency": "USD",
|
||||
"currency": {
|
||||
"code" : "USD",
|
||||
"position": 0
|
||||
},
|
||||
"thousand": ",",
|
||||
"decimal": ".",
|
||||
"angle": "Degree",
|
||||
|
|
@ -45,5 +48,14 @@
|
|||
"teaspoon": "metric teaspoon",
|
||||
"tablespoon": "metric tablespoon",
|
||||
"glass": "metric glass"
|
||||
},
|
||||
"datetime": {
|
||||
"delim_date": ".",
|
||||
"delim_time": ":",
|
||||
"very_short": "d.m",
|
||||
"short": "m.y",
|
||||
"medium": "d.m.Y",
|
||||
"long": "d.m.Y h:i",
|
||||
"very_long": "d.m.Y h:i:s",
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user