add theme name translation vars

This commit is contained in:
saml33 2022-12-05 12:57:50 +11:00
parent cd4d20fa58
commit 3b864ce58d
6 changed files with 36 additions and 7 deletions

View File

@ -44,14 +44,13 @@ const DisplaySettings = () => {
const themes = useMemo(() => {
return [
t('settings:light'),
'Medium',
t('settings:medium'),
t('settings:dark'),
'Mango Classic',
'Avocado',
'Banana',
'Blueberry',
'Lychee',
// 'Smoothy',
t('settings:mango-classic'),
t('settings:avocado'),
t('settings:banana'),
t('settings:blueberry'),
t('settings:lychee'),
]
}, [t])

View File

@ -1,5 +1,8 @@
{
"animations": "Animations",
"avocado": "Avocado",
"banana": "Banana",
"blueberry": "Blueberry",
"bottom-left": "Bottom-Left",
"bottom-right": "Bottom-Right",
"buttons": "Buttons",
@ -10,7 +13,10 @@
"english": "English",
"language": "Language",
"light": "Light",
"lychee": "Lychee",
"mango": "Mango",
"mango-classic": "Mango Classic",
"medium": "Medium",
"notification-position": "Notification Position",
"number-scroll": "Number Scroll",
"orderbook-flash": "Orderbook Flash",

View File

@ -1,5 +1,8 @@
{
"animations": "Animations",
"avocado": "Avocado",
"banana": "Banana",
"blueberry": "Blueberry",
"bottom-left": "Bottom-Left",
"bottom-right": "Bottom-Right",
"buttons": "Buttons",
@ -10,7 +13,10 @@
"english": "English",
"language": "Language",
"light": "Light",
"lychee": "Lychee",
"mango": "Mango",
"mango-classic": "Mango Classic",
"medium": "Medium",
"notification-position": "Notification Position",
"number-scroll": "Number Scroll",
"orderbook-flash": "Orderbook Flash",

View File

@ -1,5 +1,8 @@
{
"animations": "Animations",
"avocado": "Avocado",
"banana": "Banana",
"blueberry": "Blueberry",
"bottom-left": "Bottom-Left",
"bottom-right": "Bottom-Right",
"buttons": "Buttons",
@ -10,7 +13,10 @@
"english": "English",
"language": "Language",
"light": "Light",
"lychee": "Lychee",
"mango": "Mango",
"mango-classic": "Mango Classic",
"medium": "Medium",
"notification-position": "Notification Position",
"number-scroll": "Number Scroll",
"orderbook-flash": "Orderbook Flash",

View File

@ -1,5 +1,8 @@
{
"animations": "Animations",
"avocado": "Avocado",
"banana": "Banana",
"blueberry": "Blueberry",
"bottom-left": "Bottom-Left",
"bottom-right": "Bottom-Right",
"buttons": "Buttons",
@ -10,7 +13,10 @@
"english": "English",
"language": "Language",
"light": "Light",
"lychee": "Lychee",
"mango": "Mango",
"mango-classic": "Mango Classic",
"medium": "Medium",
"notification-position": "Notification Position",
"number-scroll": "Number Scroll",
"orderbook-flash": "Orderbook Flash",

View File

@ -1,5 +1,8 @@
{
"animations": "Animations",
"avocado": "Avocado",
"banana": "Banana",
"blueberry": "Blueberry",
"bottom-left": "Bottom-Left",
"bottom-right": "Bottom-Right",
"buttons": "Buttons",
@ -10,7 +13,10 @@
"english": "English",
"language": "Language",
"light": "Light",
"lychee": "Lychee",
"mango": "Mango",
"mango-classic": "Mango Classic",
"medium": "Medium",
"notification-position": "Notification Position",
"number-scroll": "Number Scroll",
"orderbook-flash": "Orderbook Flash",