forked from PrestaShop/LocalizationFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathin.xml
81 lines (75 loc) · 4.3 KB
/
in.xml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="India" version="1.0">
<languages>
<language iso_code="en" />
<language iso_code="ta" />
<language iso_code="hi" />
<language iso_code="bn" />
</languages>
<currencies>
<currency name="Indian Rupee" iso_code="INR" iso_code_num="356" sign="₹" blank="1" format="1" decimals="1" />
</currencies>
<taxes>
<tax id="1" name="GST 5%" rate="5" />
<tax id="2" name="GST 12%" rate="12" />
<tax id="3" name="GST 18%" rate="18" />
<tax id="4" name="GST 28%" rate="28" />
<taxRulesGroup name="5% GST Rate Slab (5%)">
<taxRule iso_code_country="in" id_tax="1" />
</taxRulesGroup>
<taxRulesGroup name="12% GST Rate Slab (12%)">
<taxRule iso_code_country="in" id_tax="2" />
</taxRulesGroup>
<taxRulesGroup name="18% GST Rate Slab (18%)">
<taxRule iso_code_country="in" id_tax="3" />
</taxRulesGroup>
<taxRulesGroup name="28% GST Rate Slab (28%)">
<taxRule iso_code_country="in" id_tax="4" />
</taxRulesGroup>
</taxes>
<states>
<state name="Andhra Pradesh" iso_code="AP" country="IN" zone="Asia" tax_behavior="0" />
<state name="Arunachal Pradesh" iso_code="AR" country="IN" zone="Asia" tax_behavior="0" />
<state name="Assam" iso_code="AS" country="IN" zone="Asia" tax_behavior="0" />
<state name="Bihar" iso_code="BR" country="IN" zone="Asia" tax_behavior="0" />
<state name="Chhattisgarh" iso_code="CT" country="IN" zone="Asia" tax_behavior="0" />
<state name="Goa" iso_code="GA" country="IN" zone="Asia" tax_behavior="0" />
<state name="Gujarat" iso_code="GJ" country="IN" zone="Asia" tax_behavior="0" />
<state name="Haryana" iso_code="HR" country="IN" zone="Asia" tax_behavior="0" />
<state name="Himachal Pradesh" iso_code="HP" country="IN" zone="Asia" tax_behavior="0" />
<state name="Jammu and Kashmir" iso_code="JK" country="IN" zone="Asia" tax_behavior="0" />
<state name="Jharkhand" iso_code="JH" country="IN" zone="Asia" tax_behavior="0" />
<state name="Karnataka" iso_code="KA" country="IN" zone="Asia" tax_behavior="0" />
<state name="Kerala" iso_code="KL" country="IN" zone="Asia" tax_behavior="0" />
<state name="Madhya Pradesh" iso_code="MP" country="IN" zone="Asia" tax_behavior="0" />
<state name="Maharashtra" iso_code="MH" country="IN" zone="Asia" tax_behavior="0" />
<state name="Manipur" iso_code="MN" country="IN" zone="Asia" tax_behavior="0" />
<state name="Meghalaya" iso_code="ML" country="IN" zone="Asia" tax_behavior="0" />
<state name="Mizoram" iso_code="MZ" country="IN" zone="Asia" tax_behavior="0" />
<state name="Nagaland" iso_code="NL" country="IN" zone="Asia" tax_behavior="0" />
<state name="Orissa" iso_code="OR" country="IN" zone="Asia" tax_behavior="0" />
<state name="Punjab" iso_code="PB" country="IN" zone="Asia" tax_behavior="0" />
<state name="Rajasthan" iso_code="RJ" country="IN" zone="Asia" tax_behavior="0" />
<state name="Sikkim" iso_code="SK" country="IN" zone="Asia" tax_behavior="0" />
<state name="Tamil Nadu" iso_code="TN" country="IN" zone="Asia" tax_behavior="0" />
<state name="Telangana" iso_code="TG" country="IN" zone="Asia" tax_behavior="0" />
<state name="Tripura" iso_code="TR" country="IN" zone="Asia" tax_behavior="0" />
<state name="Uttar Pradesh" iso_code="UP" country="IN" zone="Asia" tax_behavior="0" />
<state name="Uttarakhand" iso_code="UL" country="IN" zone="Asia" tax_behavior="0" />
<state name="West Bengal" iso_code="WB" country="IN" zone="Asia" tax_behavior="0" />
<state name="Andaman and Nicobar Islands" iso_code="AN" country="IN" zone="Asia" tax_behavior="0" />
<state name="Chandigarh" iso_code="CH" country="IN" zone="Asia" tax_behavior="0" />
<state name="Dadra and Nagar Haveli" iso_code="DN" country="IN" zone="Asia" tax_behavior="0" />
<state name="Daman and Diu" iso_code="DD" country="IN" zone="Asia" tax_behavior="0" />
<state name="Delhi" iso_code="DL" country="IN" zone="Asia" tax_behavior="0" />
<state name="Lakshadweep" iso_code="LD" country="IN" zone="Asia" tax_behavior="0" />
<state name="Pondicherry" iso_code="PY" country="IN" zone="Asia" tax_behavior="0" />
</states>
<units>
<unit type="weight" value="kg" />
<unit type="volume" value="L" />
<unit type="short_distance" value="cm" />
<unit type="base_distance" value="m" />
<unit type="long_distance" value="km" />
</units>
</localizationPack>