mirror of https://github.com/kiwix/libkiwix.git
19 lines
482 B
JavaScript
19 lines
482 B
JavaScript
// eslint-disable-next-line no-unused-vars
|
|
const categoryList = {
|
|
"other": "Other",
|
|
"gutenberg": "Gutenberg",
|
|
"mooc": "Mooc",
|
|
"phet": "Phet",
|
|
"psiram": "Psiram",
|
|
"stack_exchange": "Stack Exchange",
|
|
"ted": "Ted",
|
|
"vikidia": "Vikidia",
|
|
"wikibooks": "Wikibooks",
|
|
"wikinews": "Wikinews",
|
|
"wikipedia": "Wikipedia",
|
|
"wikiquote": "Wikiquote",
|
|
"wikisource": "Wikisource",
|
|
"wikiversity": "Wikiversity",
|
|
"wikivoyage": "Wikivoyage",
|
|
"wiktionary": "Wiktionary"
|
|
} |