diff --git a/src/components/global/ThemeSwitch.vue b/src/components/global/ThemeSwitch.vue index 14cb80c3..30d0b179 100644 --- a/src/components/global/ThemeSwitch.vue +++ b/src/components/global/ThemeSwitch.vue @@ -1,13 +1,15 @@ - + diff --git a/src/i18n/ui.ts b/src/i18n/ui.ts index cf578af2..5aa640b9 100644 --- a/src/i18n/ui.ts +++ b/src/i18n/ui.ts @@ -21,9 +21,10 @@ export const translations: LanguageDict = { 'capitals': 'Capitales', 'points-of-interest': 'Points d\'intérêt', 'personals': 'Personnels', - 'nav.aria-label': 'Navigation principale', + 'nav.aria-label': 'Menu principal', 'nav.map.aria-label': 'Changer de carte', 'nav.lang.aria-label': 'Changer de langue', + 'nav.theme.aria-label': 'Changer de thème', 'maps.go-to-map': 'Voir la carte détaillée', 'maps.go-to-player': 'Aller à la position actuelle des joueurs', 'maps.seeQuest': 'Voir la quête', @@ -65,9 +66,10 @@ export const translations: LanguageDict = { 'capitals': 'Capitals', 'points-of-interest': 'Points of interest', 'personals': 'Personals', - 'nav.aria-label': 'Main navigation', + 'nav.aria-label': 'Main menu', 'nav.map.aria-label': 'Switch map', 'nav.lang.aria-label': 'Switch language', + 'nav.theme.aria-label': 'Switch color theme', 'maps.go-to-map': 'See detailed map', 'maps.go-to-player': 'Go to current players position', 'maps.seeQuest': 'See the quest',