1
0
Fork 0
forked from muyrety/Smarter
Smarter/smarter/static/js/modules/constants.js
2024-11-30 17:13:30 +02:00

26 lines
735 B
JavaScript

export const categories = {
"General Knowledge": 9,
"Entertainment: Books": 10,
"Entertainment: Film": 11,
"Entertainment: Music": 12,
"Entertainment: Musicals & Theatres": 13,
"Entertainment: Television": 14,
"Entertainment: Video Games": 15,
"Entertainment: Board Games": 16,
"Science & Nature": 17,
"Science: Computers": 18,
"Science: Mathematics": 19,
"Mythology": 20,
"Sports": 21,
"Geography": 22,
"History": 23,
"Politics": 24,
"Art": 25,
"Celebrities": 26,
"Animals": 27,
"Vehicles": 28,
"Entertainment: Comics": 29,
"Science: Gadgets": 30,
"Entertainment: Japanese Anime & Manga": 31,
"Entertainment: Cartoon & Animations": 32
};