✨ 🌐 Add Localization feature
This commit is contained in:
@ -15,27 +15,27 @@ const router = createRouter({
|
||||
},
|
||||
{
|
||||
path: "/timetable",
|
||||
name: "Timetable",
|
||||
name: "title.timetable",
|
||||
component: TimetableView,
|
||||
},
|
||||
{
|
||||
path: "/substitutions",
|
||||
name: "Substitutions",
|
||||
name: "title.substitutions",
|
||||
component: SubstitutionView,
|
||||
},
|
||||
{
|
||||
path: "/history",
|
||||
name: "History",
|
||||
name: "title.history",
|
||||
component: HistoryView,
|
||||
},
|
||||
{
|
||||
path: "/settings",
|
||||
name: "Settings",
|
||||
name: "title.settings",
|
||||
component: SettingsView,
|
||||
},
|
||||
{
|
||||
path: "/login",
|
||||
name: "Login",
|
||||
name: "title.login",
|
||||
component: LoginView,
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user