Skip to content

Commit

Permalink
[FIXME] config: remove translations
Browse files Browse the repository at this point in the history
They need to be updated for new theme update.

This commit should be reverted before importing translation updates.
  • Loading branch information
lifehackerhansol committed Jan 16, 2024
1 parent 460f26d commit fb55f60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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 @@ -77,6 +78,7 @@ module.exports = {
[ 'script', {src: "//cdn.crowdin.com/jipt/jipt.js"} ]
],
}
*/
},

theme: emiylTheme({
Expand All @@ -91,6 +93,7 @@ module.exports = {
],
locales: {
"/": themeConfig.en_US,
/*
"/de_DE/": themeConfig.de_DE,
"/es_ES/": themeConfig.es_ES,
"/fr_FR/": themeConfig.fr_FR,
Expand All @@ -101,11 +104,17 @@ 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 fb55f60

Please sign in to comment.