Skip to content

Commit 693f9e8

Browse files
committed
Update locale-specific data
1 parent 0fdb7ef commit 693f9e8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

wikidict/lang/en/labels.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@
799799
"TV": "television",
800800
"Taiwan": "Taiwan",
801801
"Taiwanese": "Taiwan",
802+
"Tanglish": "Tanglish",
802803
"Tanzania": "Tanzania",
803804
"Tanzanian": "Tanzania",
804805
"Taoism": "Taoism",
@@ -2588,7 +2589,7 @@
25882589
"æ-tensing": "æ-tensing",
25892590
"–": "–",
25902591
"—": "—",
2591-
} # 2,583
2592+
} # 2,584
25922593

25932594
syntaxes = {
25942595
"&": {

wikidict/lang/en/places.py

+8-3
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"area": {
159159
"article": "an",
160160
"display": "area",
161-
"preposition": "in",
161+
"preposition": "of",
162162
},
163163
"arm": {
164164
"article": "an",
@@ -288,7 +288,7 @@
288288
"built-up area": {
289289
"article": "a",
290290
"display": "built-up area",
291-
"preposition": "in",
291+
"preposition": "of",
292292
},
293293
"burgh": {
294294
"article": "a",
@@ -680,6 +680,11 @@
680680
"display": "federal city",
681681
"preposition": "of",
682682
},
683+
"federal district": {
684+
"article": "a",
685+
"display": "federal district",
686+
"preposition": "of",
687+
},
683688
"federal subject": {
684689
"article": "a",
685690
"display": "federal subject",
@@ -2210,7 +2215,7 @@
22102215
"display": "zone",
22112216
"preposition": "of",
22122217
},
2213-
} # 441
2218+
} # 442
22142219

22152220
placetypes_aliases = {
22162221
"CDP": "census-designated place",

0 commit comments

Comments
 (0)