chore: OXC Formatter
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
import { createI18n } from 'vue-i18n'
|
||||
import { createI18n } from "vue-i18n";
|
||||
|
||||
const messages = {
|
||||
en: {
|
||||
message: {
|
||||
hello: 'hello world',
|
||||
hello: "hello world",
|
||||
},
|
||||
},
|
||||
ja: {
|
||||
message: {
|
||||
hello: 'こんにちは、世界',
|
||||
hello: "こんにちは、世界",
|
||||
},
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
export default createI18n({
|
||||
legacy: false,
|
||||
locale: 'en',
|
||||
fallbackLocale: 'en',
|
||||
locale: "en",
|
||||
fallbackLocale: "en",
|
||||
messages,
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user