diff --git a/frontend/src/App.vue b/frontend/src/App.vue index f21bc02..56031a9 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -13,10 +13,10 @@ - {{theme.split('.')[1]}} {{theme.split('.')[2]}} + {{theme.split('.')[1]}} {{$t(`theme.${theme.split('.')[0]}`)}} diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 980f7c1..87dcb9b 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -605,5 +605,11 @@ "gotoallcharacters": "Jump to all characters", "highnooncards": "High Noon - Event Cards", "foccards": "Fistful of Cards - Event Cards" + }, + "theme": { + "sepia": "Sepia", + "light": "Light", + "dark": "Dark", + "grayscale": "Grayscale" } } \ No newline at end of file diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json index cb82655..1c8a8c3 100644 --- a/frontend/src/i18n/it.json +++ b/frontend/src/i18n/it.json @@ -605,5 +605,11 @@ "allcharacters": "Tutti i personaggi", "highnooncards": "Carte Evento High Noon", "foccards": "Carte Evento Fistful of Cards" + }, + "theme": { + "sepia": "Seppia", + "light": "Chiaro", + "dark": "Scuro", + "grayscale": "Scala di Grigi" } } \ No newline at end of file