Spaces:
Building
Building
Update locales/en.json
Browse files- locales/en.json +28 -0
locales/en.json
CHANGED
@@ -52,6 +52,34 @@
|
|
52 |
},
|
53 |
"am_pm": ["AM", "PM"],
|
54 |
"week_starts_on": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
"common_phrases": {
|
56 |
"yes": "Yes",
|
57 |
"no": "No",
|
|
|
52 |
},
|
53 |
"am_pm": ["AM", "PM"],
|
54 |
"week_starts_on": 0,
|
55 |
+
"date_expressions": {
|
56 |
+
"today": "today",
|
57 |
+
"tomorrow": "tomorrow",
|
58 |
+
"yesterday": "yesterday",
|
59 |
+
"day_after_tomorrow": ["day after tomorrow", "the day after tomorrow"],
|
60 |
+
"this_week": "this week",
|
61 |
+
"next_week": "next week",
|
62 |
+
"this_weekend": "this weekend",
|
63 |
+
"this_saturday": "this Saturday",
|
64 |
+
"this_sunday": "this Sunday",
|
65 |
+
"next_saturday": "next Saturday",
|
66 |
+
"next_sunday": "next Sunday",
|
67 |
+
"in_x_days": "in {X} days",
|
68 |
+
"x_days_ago": "{X} days ago",
|
69 |
+
"next_month": "next month",
|
70 |
+
"last_month": "last month",
|
71 |
+
"this_month": "this month",
|
72 |
+
"this_year": "this year",
|
73 |
+
"next_year": "next year",
|
74 |
+
"last_year": "last year"
|
75 |
+
},
|
76 |
+
"date_patterns": {
|
77 |
+
"month_day": "{month} {day}",
|
78 |
+
"month_day_year": "{month} {day}, {year}",
|
79 |
+
"relative_days": ["today", "tomorrow", "day after tomorrow", "yesterday"],
|
80 |
+
"relative_weeks": ["this week", "next week", "last week"],
|
81 |
+
"relative_months": ["this month", "next month", "last month"]
|
82 |
+
},
|
83 |
"common_phrases": {
|
84 |
"yes": "Yes",
|
85 |
"no": "No",
|