Skip to content

Commit e882cc3

Browse files
committed
Capitalized proper nouns #127
1 parent 94751f0 commit e882cc3

104 files changed

Lines changed: 121857 additions & 121857 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/1.3/api.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -375,22 +375,22 @@ class Generator {
375375

376376
fullNatName(nat) {
377377
let mapping = {
378-
AU: "australia",
379-
BR: "brazil",
380-
CA: "canada",
381-
CH: "switzerland",
382-
DE: "germany",
383-
DK: "denmark",
384-
ES: "spain",
385-
FI: "finland",
386-
FR: "france",
387-
GB: "united kingdom",
388-
IE: "ireland",
389-
IR: "iran",
390-
NL: "netherlands",
391-
NZ: "new zealand",
392-
TR: "turkey",
393-
US: "united states",
378+
AU: "Australia",
379+
BR: "Brazil",
380+
CA: "Canada",
381+
CH: "Switzerland",
382+
DE: "Germany",
383+
DK: "Denmark",
384+
ES: "Spain",
385+
FI: "Finland",
386+
FR: "France",
387+
GB: "United Kingdom",
388+
IE: "Ireland",
389+
IR: "Iran",
390+
NL: "Netherlands",
391+
NZ: "New Zealand",
392+
TR: "Turkey",
393+
US: "United States",
394394
};
395395
return mapping[nat];
396396
}

api/1.3/data/AU/lists/cities.txt

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
adelaide
2-
albany
3-
albury
4-
australian capital territory
5-
ballarat
6-
bathurst
7-
bendigo
8-
bowral
9-
brisbane
10-
bunbury
11-
bundaberg
12-
busselton
13-
cairns
14-
coffs harbour
15-
darwin
16-
devonport
17-
dubbo
18-
geelong
19-
geraldton
20-
gladstone
21-
hervey bay
22-
hobart
23-
kalgoorlie
24-
launceston
25-
mackay
26-
maitland
27-
melbourne
28-
mildura
29-
nowra
30-
orange
31-
perth
32-
port macquarie
33-
queanbeyan
34-
rockhampton
35-
shepparton
36-
sunshine coast
37-
sydney
38-
tamworth
39-
toowoomba
40-
townsville
41-
traralgon
42-
tweed
43-
wagga wagga
44-
warragul
45-
warrnambool
46-
wollongong
1+
Adelaide
2+
Albany
3+
Albury
4+
Australian Capital Territory
5+
Ballarat
6+
Bathurst
7+
Bendigo
8+
Bowral
9+
Brisbane
10+
Bunbury
11+
Bundaberg
12+
Busselton
13+
Cairns
14+
Coffs Harbour
15+
Darwin
16+
Devonport
17+
Dubbo
18+
Geelong
19+
Geraldton
20+
Gladstone
21+
Hervey Bay
22+
Hobart
23+
Kalgoorlie
24+
Launceston
25+
Mackay
26+
Maitland
27+
Melbourne
28+
Mildura
29+
Nowra
30+
Orange
31+
Perth
32+
Port Macquarie
33+
Queanbeyan
34+
Rockhampton
35+
Shepparton
36+
Sunshine Coast
37+
Sydney
38+
Tamworth
39+
Toowoomba
40+
Townsville
41+
Traralgon
42+
Tweed
43+
Wagga Wagga
44+
Warragul
45+
Warrnambool
46+
Wollongong

0 commit comments

Comments
 (0)