✨ 🌐 Add Localization feature
This commit is contained in:
@@ -10,19 +10,19 @@ import { RouterLink } from "vue-router";
|
||||
<div class="entry">
|
||||
<RouterLink to="/timetable">
|
||||
<CalendarIcon class="icon" />
|
||||
<span class="title">Timetable</span>
|
||||
<span class="title">{{ $t("title.timetable") }}</span>
|
||||
</RouterLink>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<RouterLink to="/substitutions">
|
||||
<BellIcon class="icon" />
|
||||
<span class="title">Substitutions</span>
|
||||
<span class="title">{{ $t("title.substitutions") }}</span>
|
||||
</RouterLink>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<RouterLink to="/history">
|
||||
<ClockIcon class="icon" />
|
||||
<span class="title">History</span>
|
||||
<span class="title">{{ $t("title.history") }}</span>
|
||||
</RouterLink>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user