fix(learn, i18n): fix help tags to create help post in Japanese subforum (#44959)

This commit is contained in:
sidemt
2022-01-31 18:52:26 +09:00
committed by GitHub
parent 3422c9815e
commit 42384803ed

View File

@ -23,9 +23,9 @@
"news": "https://www.freecodecamp.org/japanese/news/" "news": "https://www.freecodecamp.org/japanese/news/"
}, },
"help": { "help": {
"HTML-CSS": "HTML-CSS", "HTML-CSS": "Japanese/HTML-CSS",
"JavaScript": "JavaScript", "JavaScript": "Japanese/JavaScript",
"Python": "Python", "Python": "Japanese/Python",
"Relational Databases": "Relational Databases" "Relational Databases": "Japanese/Relational Databases"
} }
} }