ciyidogan commited on
Commit
3486391
·
verified ·
1 Parent(s): a44b9a4

Update locales/en.json

Browse files
Files changed (1) hide show
  1. locales/en.json +62 -30
locales/en.json CHANGED
@@ -1,31 +1,63 @@
1
- {
2
- "code": "en-US",
3
- "name": "English",
4
- "english_name": "English (United States)",
5
- "native_name": "English (United States)",
6
- "direction": "ltr",
7
- "date_format": "MM/DD/YYYY",
8
- "time_format": "hh:mm A",
9
- "datetime_format": "MM/DD/YYYY hh:mm A",
10
- "currency": "USD",
11
- "currency_symbol": "$",
12
- "decimal_separator": ".",
13
- "thousands_separator": ",",
14
- "week_starts_on": 0,
15
- "months": [
16
- "January", "February", "March", "April", "May", "June",
17
- "July", "August", "September", "October", "November", "December"
18
- ],
19
- "days": [
20
- "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
21
- ],
22
- "am_pm": ["AM", "PM"],
23
- "common_phrases": {
24
- "yes": "Yes",
25
- "no": "No",
26
- "please": "Please",
27
- "thank_you": "Thank you",
28
- "welcome": "Welcome",
29
- "goodbye": "Goodbye"
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
 
1
+ {
2
+ "code": "en-US",
3
+ "name": "English",
4
+ "english_name": "English (United States)",
5
+ "native_name": "English (United States)",
6
+ "direction": "ltr",
7
+ "date_format": "MM/DD/YYYY",
8
+ "time_format": "hh:mm A",
9
+ "datetime_format": "MM/DD/YYYY hh:mm A",
10
+ "currency": {
11
+ "code": "USD",
12
+ "symbol": "$",
13
+ "word": "dollar",
14
+ "position": "before"
15
+ },
16
+ "numbers": {
17
+ "decimal_separator": ".",
18
+ "thousands_separator": ",",
19
+ "decimal_word": "point",
20
+ "small_number_threshold": 100
21
+ },
22
+ "percentage": {
23
+ "word": "percent",
24
+ "position": "after"
25
+ },
26
+ "time": {
27
+ "format": "word",
28
+ "separator": " "
29
+ },
30
+ "months": {
31
+ "01": "January",
32
+ "02": "February",
33
+ "03": "March",
34
+ "04": "April",
35
+ "05": "May",
36
+ "06": "June",
37
+ "07": "July",
38
+ "08": "August",
39
+ "09": "September",
40
+ "10": "October",
41
+ "11": "November",
42
+ "12": "December"
43
+ },
44
+ "days": {
45
+ "0": "Sunday",
46
+ "1": "Monday",
47
+ "2": "Tuesday",
48
+ "3": "Wednesday",
49
+ "4": "Thursday",
50
+ "5": "Friday",
51
+ "6": "Saturday"
52
+ },
53
+ "am_pm": ["AM", "PM"],
54
+ "week_starts_on": 0,
55
+ "common_phrases": {
56
+ "yes": "Yes",
57
+ "no": "No",
58
+ "please": "Please",
59
+ "thank_you": "Thank you",
60
+ "welcome": "Welcome",
61
+ "goodbye": "Goodbye"
62
+ }
63
  }