Skip to content

Commit

Permalink
config: don't translate the language label
Browse files Browse the repository at this point in the history
This is increasingly becoming a point of confusion among translators,
so just hardcode it for each config.

Also fix the locale all being German for some reason.
  • Loading branch information
lifehackerhansol committed Nov 21, 2024
1 parent 649e52b commit 06d8a17
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/i18n/el_GR.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ const themeConfig = {
};

export default {
lang: "de",
label: localeData.language,
lang: "el",
label: "Ελληνικά",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/i18n/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const themeConfig = {

export default {
lang: "en",
label: localeData.language,
label: "English",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/i18n/hu_HU.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ const themeConfig = {
};

export default {
lang: "de",
label: localeData.language,
lang: "hu",
label: "Magyar",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/i18n/it_IT.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ const themeConfig = {
};

export default {
lang: "de",
label: localeData.language,
lang: "it",
label: "Italiano",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/i18n/ko_KR.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ const themeConfig = {
};

export default {
lang: "de",
label: localeData.language,
lang: "ko",
label: "한국어",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/i18n/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ const themeConfig = {
};

export default {
lang: "de",
label: localeData.language,
lang: "pt",
label: "Português do Brasil",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/i18n/strings/el_GR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"language": "Ελληνικά",
"title": "Οδηγός τροποποίησης 3DS",
"description": "Ένας πλήρης οδηγός σχετικά με το custom firmware για 3DS",
"langMenuLabel": "Αλλαγή γλώσσας",
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/i18n/strings/en_US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"language": "English",
"title": "3DS Hacks Guide",
"description": "A complete guide to 3DS custom firmware",
"langMenuLabel": "Switch language",
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/i18n/strings/hu_HU.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"language": "Magyar",
"title": "3DS Hackelés útmutató",
"description": "Teljes útmutató a 3DS egyedi firmware-rel ellátáshoz",
"langMenuLabel": "Nyelv váltása",
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/i18n/strings/it_IT.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"language": "Italiano",
"title": "Guida agli hack per 3DS",
"description": "Una guida completa al custom firmware per 3DS",
"langMenuLabel": "Cambia lingua",
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/i18n/strings/ko_KR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"language": "한국어",
"title": "3DS 해킹 가이드",
"description": "완벽한 3DS 커스텀 펌웨어 가이드",
"langMenuLabel": "언어 바꾸기",
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/i18n/strings/pt_BR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"language": "Português do Brasil",
"title": "Guia de Hacks do 3DS",
"description": "Um guia completo para custom firmware no 3DS",
"langMenuLabel": "Alterar idioma",
Expand Down

0 comments on commit 06d8a17

Please sign in to comment.