添加翻译

This commit is contained in:
05412 2024-08-02 10:43:55 +08:00
parent 21fbafae66
commit 2707070af5

View File

@ -2,7 +2,10 @@ export default interface LocaleInterface {
menu: {
home: string,
services: string,
search: string
search: string,
themeSwitchTitle: string,
languageSwitchTitle: string,
userTitle: string
},
user: {
login: string,