States in Alpha
This commit is contained in:
parent
18fcfddad6
commit
0dfe52d19d
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
AU_STATES = {
|
AU_STATES = {
|
||||||
"TAS": "Tasmania",
|
|
||||||
"ACT": "Australian Capital Territory",
|
"ACT": "Australian Capital Territory",
|
||||||
"NSW": "New South Wales",
|
"NSW": "New South Wales",
|
||||||
"NT": "Northern Territory",
|
"NT": "Northern Territory",
|
||||||
"QLD": "Queensland",
|
"QLD": "Queensland",
|
||||||
"VIC": "Victoria",
|
|
||||||
"SA": "South Australia",
|
"SA": "South Australia",
|
||||||
|
"TAS": "Tasmania",
|
||||||
|
"VIC": "Victoria",
|
||||||
"WA": "Western Australia",
|
"WA": "Western Australia",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue