config: don't translate the language label

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.
This commit is contained in:
lifehackerhansol 2024-11-20 18:59:42 -08:00
parent 649e52b5b3
commit 06d8a17e65
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E
12 changed files with 11 additions and 17 deletions

View File

@ -244,8 +244,8 @@ const themeConfig = {
};
export default {
lang: "de",
label: localeData.language,
lang: "el",
label: "Ελληνικά",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig

View File

@ -266,7 +266,7 @@ const themeConfig = {
export default {
lang: "en",
label: localeData.language,
label: "English",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig

View File

@ -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

View File

@ -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

View File

@ -244,8 +244,8 @@ const themeConfig = {
};
export default {
lang: "de",
label: localeData.language,
lang: "ko",
label: "한국어",
title: localeData.title,
description: localeData.description,
themeConfig: themeConfig

View File

@ -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

View File

@ -1,5 +1,4 @@
{
"language": "Ελληνικά",
"title": "Οδηγός τροποποίησης 3DS",
"description": "Ένας πλήρης οδηγός σχετικά με το custom firmware για 3DS",
"langMenuLabel": "Αλλαγή γλώσσας",

View File

@ -1,5 +1,4 @@
{
"language": "English",
"title": "3DS Hacks Guide",
"description": "A complete guide to 3DS custom firmware",
"langMenuLabel": "Switch language",

View File

@ -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",

View File

@ -1,5 +1,4 @@
{
"language": "Italiano",
"title": "Guida agli hack per 3DS",
"description": "Una guida completa al custom firmware per 3DS",
"langMenuLabel": "Cambia lingua",

View File

@ -1,5 +1,4 @@
{
"language": "한국어",
"title": "3DS 해킹 가이드",
"description": "완벽한 3DS 커스텀 펌웨어 가이드",
"langMenuLabel": "언어 바꾸기",

View File

@ -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",