mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 06:28:40 +00:00
Added datetime and currency to localization
This commit is contained in:
parent
f5366aedb5
commit
229bad7449
|
|
@ -1,7 +1,10 @@
|
||||||
{
|
{
|
||||||
"language": "EN",
|
"language": "EN",
|
||||||
"country": "USA",
|
"country": "USA",
|
||||||
"currency": "USD",
|
"currency": {
|
||||||
|
"code" : "USD",
|
||||||
|
"position": 0
|
||||||
|
},
|
||||||
"thousand": ",",
|
"thousand": ",",
|
||||||
"decimal": ".",
|
"decimal": ".",
|
||||||
"angle": "Degree",
|
"angle": "Degree",
|
||||||
|
|
@ -45,5 +48,14 @@
|
||||||
"teaspoon": "metric teaspoon",
|
"teaspoon": "metric teaspoon",
|
||||||
"tablespoon": "metric tablespoon",
|
"tablespoon": "metric tablespoon",
|
||||||
"glass": "metric glass"
|
"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