🌐 Add translation for configureTimetableGroup

This commit is contained in:
2022-09-30 18:00:33 +02:00
parent debe5025dd
commit ae4249f1f0
3 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,7 @@ const i18n = createI18n({
fallbackLocale: "en",
messages: strings,
});
export default i18n;
const app = createApp(App);