feat(i18n): add language switcher
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
export const en = {
|
||||
common: {
|
||||
languageSwitcher: {
|
||||
label: "Language",
|
||||
options: {
|
||||
en: "English",
|
||||
es: "Spanish",
|
||||
},
|
||||
},
|
||||
},
|
||||
login: {
|
||||
title: "Sign In",
|
||||
usernameLabel: "Username",
|
||||
|
||||
Reference in New Issue
Block a user