From 229bad7449a49656312ddd4569b7048a078d0a6f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 9 Aug 2016 13:50:03 +0200 Subject: [PATCH] Added datetime and currency to localization --- Localization/Default/en_US.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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