mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
refactor: clean up i18n host unused props
This commit is contained in:
@@ -36,13 +36,6 @@ const i18n = createI18n<false>({
|
||||
});
|
||||
|
||||
provide(I18nInjectionKey, i18n);
|
||||
|
||||
export interface Props {
|
||||
locale?: string;
|
||||
}
|
||||
withDefaults(defineProps<Props>(), {
|
||||
locale: defaultLocale,
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user