mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Add 'mooc' category
This commit is contained in:
parent
73aae9a610
commit
4223f6d084
@ -10,13 +10,14 @@ void initStaticContent() {
|
||||
#define PUSH(key) S_CATEGORIES.push_back(std::make_pair(QString::fromStdString(key), gt(key)))
|
||||
PUSH("all");
|
||||
PUSH("other");
|
||||
PUSH("gutenberg"); // Gutenberg book has wrong tag
|
||||
PUSH("phet"); // Phet books have no tags
|
||||
PUSH("gutenberg");
|
||||
PUSH("mooc");
|
||||
PUSH("phet");
|
||||
PUSH("psiram");
|
||||
PUSH("stack_exchange");
|
||||
PUSH("ted"); // Ted books have wrong tags
|
||||
PUSH("ted");
|
||||
PUSH("vikidia");
|
||||
PUSH("wikibooks"); // wikibooks have no tags
|
||||
PUSH("wikibooks");
|
||||
PUSH("wikinews");
|
||||
PUSH("wikipedia");
|
||||
PUSH("wikiquote");
|
||||
|
Loading…
x
Reference in New Issue
Block a user