mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
v5.0.0 update
This commit is contained in:
9
resources/scripts/plugins/i18n.js
Normal file
9
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