diff --git a/Localization/Default/en_US.json b/Localization/Default/en_US.json index b5bb271d0..37a42f5d8 100644 --- a/Localization/Default/en_US.json +++ b/Localization/Default/en_US.json @@ -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", } } \ No newline at end of file