Added datetime and currency to localization

This commit is contained in:
Dennis Eichhorn 2016-08-09 13:50:03 +02:00
parent f5366aedb5
commit 229bad7449

View File

@ -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",
} }
} }