-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale.json
62 lines (62 loc) · 1.11 KB
/
locale.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"price_current": {
"RU": 990,
"GE": 66,
"BY": 30,
"KZ": 5490,
"MD": 399,
"AZ": null,
"UA": 399,
"KG": 1690
},
"price_previous": {
"RU": 3960,
"GE": 264,
"BY": 120,
"KZ": 21960,
"MD": 1596,
"AZ": null,
"UA": 1596,
"KG": 3380
},
"price_total": {
"RU": 1280,
"GE": null,
"BY": 35,
"KZ": 6490,
"MD": null,
"AZ": null,
"UA": 439,
"KG": 1890
},
"price_delivery": {
"RU": 290,
"GE": null,
"BY": 5,
"KZ": 1000,
"MD": null,
"AZ": null,
"UA": 40,
"KG": 300
},
"currency": {
"RU": "руб",
"GE": null,
"BY": "бел.руб",
"KZ": "тнг",
"MD": null,
"AZ": null,
"UA": "грн",
"KG": "сом"
},
"country_code": {
"RU": "ru",
"GE": "ge",
"BY": "by",
"KZ": "kz",
"MD": "md",
"AZ": "az",
"UA": "ua",
"KG": "kg"
}
}