Skip to content

Commit

Permalink
Revert "[FIXME] config: remove translations"
Browse files Browse the repository at this point in the history
This reverts commit fb55f60.
  • Loading branch information
Epicpkmn11 committed Jan 16, 2024
1 parent fb55f60 commit 5c6775c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
description: i18n.en_US.description,
discordNoticeText: i18n.en_US.discordNoticeText
},
/*
"/de_DE/": {
lang: "de-DE",
title: i18n.de_DE.title,
Expand Down Expand Up @@ -78,7 +77,6 @@ module.exports = {
[ 'script', {src: "//cdn.crowdin.com/jipt/jipt.js"} ]
],
}
*/
},

theme: emiylTheme({
Expand All @@ -93,7 +91,6 @@ module.exports = {
],
locales: {
"/": themeConfig.en_US,
/*
"/de_DE/": themeConfig.de_DE,
"/es_ES/": themeConfig.es_ES,
"/fr_FR/": themeConfig.fr_FR,
Expand All @@ -104,17 +101,11 @@ module.exports = {
"/ro_RO/": themeConfig.ro_RO,
"/zh_CN/": themeConfig.zh_CN,
"/translate/": themeConfig.translate
*/
},
contributors: false,
lastUpdated: false
}),

pagePatterns: [
'*.md',
'!*/*.md'
],

head: [
[ 'link', { rel: 'apple-touch-icon', sizes: "180x180", href: '/assets/favicon/apple-touch-icon.png' } ],
[ 'link', { rel: 'icon', type: 'image/png', sizes: "16x16", href: '/assets/favicon/favicon-16x16.png' } ],
Expand Down

0 comments on commit 5c6775c

Please sign in to comment.