Moved to _dev
This commit is contained in:
9
crater/resources/scripts/plugins/i18n.js
Normal file
9
crater/resources/scripts/plugins/i18n.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createI18n } from 'vue-i18n'
|
||||
|
||||
export default (messages) => {
|
||||
return createI18n({
|
||||
locale: 'en',
|
||||
fallbackLocale: 'en',
|
||||
messages
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user