mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-23 01:19:49 +00:00
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:
parent
649e52b5b3
commit
06d8a17e65
@ -244,8 +244,8 @@ const themeConfig = {
|
||||
};
|
||||
|
||||
export default {
|
||||
lang: "de",
|
||||
label: localeData.language,
|
||||
lang: "el",
|
||||
label: "Ελληνικά",
|
||||
title: localeData.title,
|
||||
description: localeData.description,
|
||||
themeConfig: themeConfig
|
||||
|
@ -266,7 +266,7 @@ const themeConfig = {
|
||||
|
||||
export default {
|
||||
lang: "en",
|
||||
label: localeData.language,
|
||||
label: "English",
|
||||
title: localeData.title,
|
||||
description: localeData.description,
|
||||
themeConfig: themeConfig
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -244,8 +244,8 @@ const themeConfig = {
|
||||
};
|
||||
|
||||
export default {
|
||||
lang: "de",
|
||||
label: localeData.language,
|
||||
lang: "ko",
|
||||
label: "한국어",
|
||||
title: localeData.title,
|
||||
description: localeData.description,
|
||||
themeConfig: themeConfig
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"language": "Ελληνικά",
|
||||
"title": "Οδηγός τροποποίησης 3DS",
|
||||
"description": "Ένας πλήρης οδηγός σχετικά με το custom firmware για 3DS",
|
||||
"langMenuLabel": "Αλλαγή γλώσσας",
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"language": "English",
|
||||
"title": "3DS Hacks Guide",
|
||||
"description": "A complete guide to 3DS custom firmware",
|
||||
"langMenuLabel": "Switch language",
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"language": "Italiano",
|
||||
"title": "Guida agli hack per 3DS",
|
||||
"description": "Una guida completa al custom firmware per 3DS",
|
||||
"langMenuLabel": "Cambia lingua",
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"language": "한국어",
|
||||
"title": "3DS 해킹 가이드",
|
||||
"description": "완벽한 3DS 커스텀 펌웨어 가이드",
|
||||
"langMenuLabel": "언어 바꾸기",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user