@@ -6,88 +6,82 @@ import org.wikipedia.feed.personalization.interest.OnboardingTopic
66object OnboardingTopics {
77 val all = listOf (
88 OnboardingTopic (
9- topicId = " biography " ,
10- msgKey = " wikimedia-articletopics-topic-biography " ,
11- queryTopicId = " biography " ,
12- displayTitle = " Biography "
9+ topicId = " architecture " ,
10+ msgKey = " wikimedia-articletopics-topic-architecture " ,
11+ queryTopicId = " architecture " ,
12+ displayTitle = " Architecture "
1313 ),
1414 OnboardingTopic (
15- topicId = " food-and-drink " ,
16- msgKey = " wikimedia-articletopics-topic-food-and-drink " ,
17- queryTopicId = " food-and-drink " ,
18- displayTitle = " Food and Drink "
15+ topicId = " art " , // registry uses "art" as topicId but articleTopics = "visual-arts"
16+ msgKey = " wikimedia-articletopics-topic-art " ,
17+ queryTopicId = " visual-arts " ,
18+ displayTitle = " Art "
1919 ),
2020 OnboardingTopic (
21- topicId = " computers -and-internet " , // registry uses "computers-and-internet" as topicId but articleTopics = "internet-culture"
22- msgKey = " wikimedia-articletopics-topic-computers -and-internet " ,
23- queryTopicId = " internet-culture " ,
24- displayTitle = " Internet Culture "
21+ topicId = " comics -and-anime " ,
22+ msgKey = " wikimedia-articletopics-topic-comics -and-anime " ,
23+ queryTopicId = " comics-and-anime " ,
24+ displayTitle = " Comics and Anime "
2525 ),
2626 OnboardingTopic (
27- topicId = " history" ,
28- msgKey = " wikimedia-articletopics-topic-history" ,
29- queryTopicId = " history" ,
30- displayTitle = " History"
27+ topicId = " entertainment" ,
28+ msgKey = " wikimedia-articletopics-topic-entertainment" ,
29+ queryTopicId = " entertainment" ,
30+ displayTitle = " Entertainment"
31+ ),
32+ OnboardingTopic (
33+ topicId = " fashion" ,
34+ msgKey = " wikimedia-articletopics-topic-fashion" ,
35+ queryTopicId = " fashion" ,
36+ displayTitle = " Fashion"
3137 ),
3238 OnboardingTopic (
3339 topicId = " literature" ,
3440 msgKey = " wikimedia-articletopics-topic-literature" ,
3541 queryTopicId = " books" , // registry uses "literature" as topicId but articleTopics = "books"
3642 displayTitle = " Literature"
3743 ),
44+ OnboardingTopic (
45+ topicId = " music" ,
46+ msgKey = " wikimedia-articletopics-topic-music" ,
47+ queryTopicId = " music" ,
48+ displayTitle = " Music"
49+ ),
3850 OnboardingTopic (
3951 topicId = " performing-arts" ,
4052 msgKey = " wikimedia-articletopics-topic-performing-arts" ,
4153 queryTopicId = " performing-arts" ,
4254 displayTitle = " Performing arts"
4355 ),
44- OnboardingTopic (
45- topicId = " philosophy-and-religion" ,
46- msgKey = " wikimedia-articletopics-topic-philosophy-and-religion" ,
47- queryTopicId = " philosophy-and-religion" ,
48- displayTitle = " Philosophy and religion"
49- ),
5056 OnboardingTopic (
5157 topicId = " sports" ,
5258 msgKey = " wikimedia-articletopics-topic-sports" ,
5359 queryTopicId = " sports" ,
5460 displayTitle = " Sports"
5561 ),
5662 OnboardingTopic (
57- topicId = " art" , // registry uses "art" as topicId but articleTopics = "visual-arts"
58- msgKey = " wikimedia-articletopics-topic-art" ,
59- queryTopicId = " visual-arts" ,
60- displayTitle = " Art"
61- ),
62- OnboardingTopic (
63- topicId = " earth-and-environment" , // registry uses "earth-and-environment" as topicId but articleTopics = "geographical"
64- msgKey = " wikimedia-articletopics-topic-earth-and-environment" ,
65- queryTopicId = " geographical" ,
66- displayTitle = " Geographical"
67- ),
68- OnboardingTopic (
69- topicId = " africa" ,
70- msgKey = " wikimedia-articletopics-topic-africa" ,
71- queryTopicId = " africa" ,
72- displayTitle = " Africa"
63+ topicId = " tv-and-film" ,
64+ msgKey = " wikimedia-articletopics-topic-tv-and-film" ,
65+ queryTopicId = " films" ,
66+ displayTitle = " TV and Film"
7367 ),
7468 OnboardingTopic (
75- topicId = " asia " ,
76- msgKey = " wikimedia-articletopics-topic-asia " ,
77- queryTopicId = " asia " ,
78- displayTitle = " Asia "
69+ topicId = " video-games " ,
70+ msgKey = " wikimedia-articletopics-topic-video-games " ,
71+ queryTopicId = " video-games " ,
72+ displayTitle = " Video Games "
7973 ),
8074 OnboardingTopic (
81- topicId = " europe " ,
82- msgKey = " wikimedia-articletopics-topic-europe " ,
83- queryTopicId = " europe " ,
84- displayTitle = " Europe "
75+ topicId = " biography " ,
76+ msgKey = " wikimedia-articletopics-topic-biography " ,
77+ queryTopicId = " biography " ,
78+ displayTitle = " Biography "
8579 ),
8680 OnboardingTopic (
87- topicId = " oceania " ,
88- msgKey = " wikimedia-articletopics-topic-oceania " ,
89- queryTopicId = " oceania " ,
90- displayTitle = " Oceania "
81+ topicId = " women " ,
82+ msgKey = " wikimedia-articletopics-topic-women " ,
83+ queryTopicId = " women " ,
84+ displayTitle = " Women "
9185 ),
9286 OnboardingTopic (
9387 topicId = " business-and-economics" ,
@@ -101,12 +95,30 @@ object OnboardingTopics {
10195 queryTopicId = " education" ,
10296 displayTitle = " Education"
10397 ),
98+ OnboardingTopic (
99+ topicId = " food-and-drink" ,
100+ msgKey = " wikimedia-articletopics-topic-food-and-drink" ,
101+ queryTopicId = " food-and-drink" ,
102+ displayTitle = " Food and Drink"
103+ ),
104+ OnboardingTopic (
105+ topicId = " history" ,
106+ msgKey = " wikimedia-articletopics-topic-history" ,
107+ queryTopicId = " history" ,
108+ displayTitle = " History"
109+ ),
104110 OnboardingTopic (
105111 topicId = " military-and-warfare" ,
106112 msgKey = " wikimedia-articletopics-topic-military-and-warfare" ,
107113 queryTopicId = " military-and-warfare" ,
108114 displayTitle = " Military and warfare"
109115 ),
116+ OnboardingTopic (
117+ topicId = " philosophy-and-religion" ,
118+ msgKey = " wikimedia-articletopics-topic-philosophy-and-religion" ,
119+ queryTopicId = " philosophy-and-religion" ,
120+ displayTitle = " Philosophy and religion"
121+ ),
110122 OnboardingTopic (
111123 topicId = " politics-and-government" ,
112124 msgKey = " wikimedia-articletopics-topic-politics-and-government" ,
@@ -125,78 +137,6 @@ object OnboardingTopics {
125137 queryTopicId = " transportation" ,
126138 displayTitle = " Transportation"
127139 ),
128- OnboardingTopic (
129- topicId = " general-science" , // registry uses "general-science" as topicId but articleTopics = "stem"
130- msgKey = " wikimedia-articletopics-topic-general-science" ,
131- queryTopicId = " stem" ,
132- displayTitle = " STEM"
133- ),
134- OnboardingTopic (
135- topicId = " central-america" ,
136- msgKey = " wikimedia-articletopics-topic-central-america" ,
137- queryTopicId = " central-america" ,
138- displayTitle = " Central America"
139- ),
140- OnboardingTopic (
141- topicId = " north-america" ,
142- msgKey = " wikimedia-articletopics-topic-north-america" ,
143- queryTopicId = " north-america" ,
144- displayTitle = " North America"
145- ),
146- OnboardingTopic (
147- topicId = " south-america" ,
148- msgKey = " wikimedia-articletopics-topic-south-america" ,
149- queryTopicId = " south-america" ,
150- displayTitle = " South America"
151- ),
152- OnboardingTopic (
153- topicId = " architecture" ,
154- msgKey = " wikimedia-articletopics-topic-architecture" ,
155- queryTopicId = " architecture" ,
156- displayTitle = " Architecture"
157- ),
158- OnboardingTopic (
159- topicId = " comics-and-anime" ,
160- msgKey = " wikimedia-articletopics-topic-comics-and-anime" ,
161- queryTopicId = " comics-and-anime" ,
162- displayTitle = " Comics and Anime"
163- ),
164- OnboardingTopic (
165- topicId = " entertainment" ,
166- msgKey = " wikimedia-articletopics-topic-entertainment" ,
167- queryTopicId = " entertainment" ,
168- displayTitle = " Entertainment"
169- ),
170- OnboardingTopic (
171- topicId = " fashion" ,
172- msgKey = " wikimedia-articletopics-topic-fashion" ,
173- queryTopicId = " fashion" ,
174- displayTitle = " Fashion"
175- ),
176- OnboardingTopic (
177- topicId = " music" ,
178- msgKey = " wikimedia-articletopics-topic-music" ,
179- queryTopicId = " music" ,
180- displayTitle = " Music"
181- ),
182- OnboardingTopic (
183- topicId = " tv-and-film" ,
184- msgKey = " wikimedia-articletopics-topic-tv-and-film" ,
185- queryTopicId = " films" ,
186- displayTitle = " TV and Film"
187- ),
188- OnboardingTopic (
189- topicId = " video-games" ,
190- msgKey = " wikimedia-articletopics-topic-video-games" ,
191- queryTopicId = " video-games" ,
192- displayTitle = " Video Games"
193- ),
194- OnboardingTopic (
195- topicId = " women" ,
196- msgKey = " wikimedia-articletopics-topic-women" ,
197- queryTopicId = " women" ,
198- displayTitle = " Women"
199- ),
200140 OnboardingTopic (
201141 topicId = " biology" ,
202142 msgKey = " wikimedia-articletopics-topic-biology" ,
@@ -209,12 +149,30 @@ object OnboardingTopics {
209149 queryTopicId = " chemistry" ,
210150 displayTitle = " Chemistry"
211151 ),
152+ OnboardingTopic (
153+ topicId = " computers-and-internet" , // registry uses "computers-and-internet" as topicId but articleTopics = "internet-culture"
154+ msgKey = " wikimedia-articletopics-topic-computers-and-internet" ,
155+ queryTopicId = " internet-culture" ,
156+ displayTitle = " Internet Culture"
157+ ),
158+ OnboardingTopic (
159+ topicId = " earth-and-environment" , // registry uses "earth-and-environment" as topicId but articleTopics = "geographical"
160+ msgKey = " wikimedia-articletopics-topic-earth-and-environment" ,
161+ queryTopicId = " geographical" ,
162+ displayTitle = " Geographical"
163+ ),
212164 OnboardingTopic (
213165 topicId = " engineering" ,
214166 msgKey = " wikimedia-articletopics-topic-engineering" ,
215167 queryTopicId = " engineering" ,
216168 displayTitle = " Engineering"
217169 ),
170+ OnboardingTopic (
171+ topicId = " general-science" , // registry uses "general-science" as topicId but articleTopics = "stem"
172+ msgKey = " wikimedia-articletopics-topic-general-science" ,
173+ queryTopicId = " stem" ,
174+ displayTitle = " STEM"
175+ ),
218176 OnboardingTopic (
219177 topicId = " mathematics" ,
220178 msgKey = " wikimedia-articletopics-topic-mathematics" ,
@@ -239,5 +197,47 @@ object OnboardingTopics {
239197 queryTopicId = " technology" ,
240198 displayTitle = " Technology"
241199 ),
200+ OnboardingTopic (
201+ topicId = " africa" ,
202+ msgKey = " wikimedia-articletopics-topic-africa" ,
203+ queryTopicId = " africa" ,
204+ displayTitle = " Africa"
205+ ),
206+ OnboardingTopic (
207+ topicId = " asia" ,
208+ msgKey = " wikimedia-articletopics-topic-asia" ,
209+ queryTopicId = " asia" ,
210+ displayTitle = " Asia"
211+ ),
212+ OnboardingTopic (
213+ topicId = " central-america" ,
214+ msgKey = " wikimedia-articletopics-topic-central-america" ,
215+ queryTopicId = " central-america" ,
216+ displayTitle = " Central America"
217+ ),
218+ OnboardingTopic (
219+ topicId = " europe" ,
220+ msgKey = " wikimedia-articletopics-topic-europe" ,
221+ queryTopicId = " europe" ,
222+ displayTitle = " Europe"
223+ ),
224+ OnboardingTopic (
225+ topicId = " north-america" ,
226+ msgKey = " wikimedia-articletopics-topic-north-america" ,
227+ queryTopicId = " north-america" ,
228+ displayTitle = " North America"
229+ ),
230+ OnboardingTopic (
231+ topicId = " oceania" ,
232+ msgKey = " wikimedia-articletopics-topic-oceania" ,
233+ queryTopicId = " oceania" ,
234+ displayTitle = " Oceania"
235+ ),
236+ OnboardingTopic (
237+ topicId = " south-america" ,
238+ msgKey = " wikimedia-articletopics-topic-south-america" ,
239+ queryTopicId = " south-america" ,
240+ displayTitle = " South America"
241+ )
242242 )
243243}
0 commit comments