i18n fixes for new category and page titles
This commit is contained in:
parent
84e75fdfe8
commit
b762cac50b
3 changed files with 7 additions and 1 deletions
|
@ -1409,6 +1409,7 @@
|
||||||
"Cheese": "Cheese",
|
"Cheese": "Cheese",
|
||||||
"Cooking": "Cooking",
|
"Cooking": "Cooking",
|
||||||
"Big Hits": "Big Hits",
|
"Big Hits": "Big Hits",
|
||||||
|
"Education": "Education",
|
||||||
"Enlightenment": "Enlightenment",
|
"Enlightenment": "Enlightenment",
|
||||||
"Gaming": "Gaming",
|
"Gaming": "Gaming",
|
||||||
"Game": "Game",
|
"Game": "Game",
|
||||||
|
@ -1419,6 +1420,7 @@
|
||||||
"Movies": "Movies",
|
"Movies": "Movies",
|
||||||
"News": "News",
|
"News": "News",
|
||||||
"News & Politics": "News & Politics",
|
"News & Politics": "News & Politics",
|
||||||
|
"Pop Culture": "Pop Culture",
|
||||||
"Finance 2.0": "Finance 2.0",
|
"Finance 2.0": "Finance 2.0",
|
||||||
"The Universe": "The Universe",
|
"The Universe": "The Universe",
|
||||||
"Wild West": "Wild West",
|
"Wild West": "Wild West",
|
||||||
|
|
|
@ -9,7 +9,8 @@ export const PAGE_TITLE = {
|
||||||
// --- Categories ---
|
// --- Categories ---
|
||||||
[PAGES.BIG_HITS]: 'Big Hits',
|
[PAGES.BIG_HITS]: 'Big Hits',
|
||||||
[PAGES.DISCOVER]: 'Wild West',
|
[PAGES.DISCOVER]: 'Wild West',
|
||||||
// [PAGES.ENLIGHTENMENT] = 'Enlightenment',
|
[PAGES.EDUCATION]: 'Education',
|
||||||
|
[PAGES.ENLIGHTENMENT]: 'Enlightenment',
|
||||||
[PAGES.FINANCE]: 'Finance 2.0',
|
[PAGES.FINANCE]: 'Finance 2.0',
|
||||||
[PAGES.GAMING]: 'Gaming',
|
[PAGES.GAMING]: 'Gaming',
|
||||||
[PAGES.GENERAL]: 'Cheese',
|
[PAGES.GENERAL]: 'Cheese',
|
||||||
|
@ -17,6 +18,7 @@ export const PAGE_TITLE = {
|
||||||
[PAGES.MOVIES]: 'Movies',
|
[PAGES.MOVIES]: 'Movies',
|
||||||
[PAGES.MUSIC]: 'Music',
|
[PAGES.MUSIC]: 'Music',
|
||||||
[PAGES.NEWS]: 'News & Politics',
|
[PAGES.NEWS]: 'News & Politics',
|
||||||
|
[PAGES.POP_CULTURE]: 'Pop Culture',
|
||||||
// [PAGES.RABBIT_HOLE]: 'The Rabbit Hole';
|
// [PAGES.RABBIT_HOLE]: 'The Rabbit Hole';
|
||||||
[PAGES.TECH]: 'Tech',
|
[PAGES.TECH]: 'Tech',
|
||||||
[PAGES.UNIVERSE]: 'The Universe',
|
[PAGES.UNIVERSE]: 'The Universe',
|
||||||
|
|
|
@ -11,12 +11,14 @@ exports.BIG_HITS = 'bighits';
|
||||||
exports.MOVIES = 'movies';
|
exports.MOVIES = 'movies';
|
||||||
exports.MUSIC = 'music';
|
exports.MUSIC = 'music';
|
||||||
exports.COMMUNITY = 'community';
|
exports.COMMUNITY = 'community';
|
||||||
|
exports.EDUCATION = 'education';
|
||||||
exports.ENLIGHTENMENT = 'enlightenment';
|
exports.ENLIGHTENMENT = 'enlightenment';
|
||||||
exports.FINANCE = 'finance';
|
exports.FINANCE = 'finance';
|
||||||
exports.GAMING = 'gaming';
|
exports.GAMING = 'gaming';
|
||||||
exports.GENERAL = 'general';
|
exports.GENERAL = 'general';
|
||||||
exports.LAB = 'lab';
|
exports.LAB = 'lab';
|
||||||
exports.NEWS = 'news';
|
exports.NEWS = 'news';
|
||||||
|
exports.POP_CULTURE = 'popculture';
|
||||||
exports.RABBIT_HOLE = 'rabbithole';
|
exports.RABBIT_HOLE = 'rabbithole';
|
||||||
exports.SCIENCE = 'science';
|
exports.SCIENCE = 'science';
|
||||||
exports.TECHNOLOGY = 'technology';
|
exports.TECHNOLOGY = 'technology';
|
||||||
|
|
Loading…
Reference in a new issue