refactor: always use shorthand object properties

This commit is contained in:
2026-08-08 16:15:44 +02:00
parent 73f7b8d087
commit 84fd01a653
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const SUPPORTED_LANGUAGES = [
export const i18n = createI18n({
legacy: false,
locale: fallbackLocale,
fallbackLocale: fallbackLocale,
fallbackLocale,
messages: {}
});