Skip to content

Commit 3b9e535

Browse files
committed
Update locale-specific data
1 parent 7cfe144 commit 3b9e535

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

wikidict/lang/en/labels.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@
689689
"Rubik's cubes": "Rubik's Cube",
690690
"Rwanda": "Rwanda",
691691
"Réunion": "Réunion",
692+
"SEA": "Southeast Asia",
692693
"SEO": "SEO",
693694
"SG": "Singapore",
694695
"SR Yogyakarta": "Special Region of Yogyakarta",
@@ -1307,6 +1308,7 @@
13071308
"dictation": "dictation",
13081309
"differential geometry": "differential geometry",
13091310
"diplomacy": "diplomacy",
1311+
"dis legomenon": "dis legomenon",
13101312
"disc golf": "disc golf",
13111313
"disease": "pathology",
13121314
"diseases": "pathology",
@@ -1969,6 +1971,7 @@
19691971
"now": "now",
19701972
"nowadays": "now",
19711973
"nt-flapping": "''nt''-flapping",
1974+
"nuclear energy": "nuclear energy",
19721975
"nuclear physics": "nuclear physics",
19731976
"number theory": "number theory",
19741977
"numismatics": "numismatics",
@@ -2584,7 +2587,7 @@
25842587
"æ-tensing": "æ-tensing",
25852588
"–": "–",
25862589
"—": "—",
2587-
} # 2,579
2590+
} # 2,582
25882591

25892592
syntaxes = {
25902593
"&": {

wikidict/lang/en/places.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -2447,7 +2447,13 @@
24472447
"overseas territory/Pitcairn Islands": {"article": "the", "display": ""},
24482448
"overseas territory/South Sandwich Islands": {"article": "the", "display": ""},
24492449
"overseas territory/Turks and Caicos Islands": {"article": "the", "display": ""},
2450+
"overseas territory/United States Minor Outlying Islands": {"article": "the", "display": ""},
24502451
"overseas territory/United States Virgin Islands": {"article": "the", "display": ""},
2452+
"province/Bangka Belitung Islands": {"article": "the", "display": ""},
2453+
"province/Dinagat Islands": {"article": "the", "display": ""},
2454+
"province/Riau Islands": {"article": "the", "display": ""},
2455+
"province/Special Capital Region of Jakarta": {"article": "the", "display": ""},
2456+
"province/Special Region of Yogyakarta": {"article": "the", "display": ""},
24512457
"region/Balkans": {"article": "the", "display": ""},
24522458
"region/Caribbean": {"article": "the", "display": ""},
24532459
"region/Caucasus": {"article": "the", "display": ""},
@@ -2508,9 +2514,12 @@
25082514
"territory/Turks and Caicos Islands": {"article": "the", "display": ""},
25092515
"territory/U.S. Virgin Islands": {"article": "", "display": "territory/United States Virgin Islands"},
25102516
"territory/US Virgin Islands": {"article": "", "display": "territory/United States Virgin Islands"},
2517+
"territory/United States Minor Outlying Islands": {"article": "the", "display": ""},
25112518
"territory/United States Virgin Islands": {"article": "the", "display": ""},
25122519
"unincorporated territory/Northern Mariana Islands": {"article": "the", "display": ""},
2520+
"unincorporated territory/United States Minor Outlying Islands": {"article": "the", "display": ""},
25132521
"unincorporated territory/United States Virgin Islands": {"article": "the", "display": ""},
2522+
"union territory/Andaman and Nicobar Islands": {"article": "the", "display": ""},
25142523
"valley/San Fernando Valley": {"article": "the", "display": ""},
2515-
} # 151
2524+
} # 160
25162525
# END

0 commit comments

Comments
 (0)