Use English locale as fallback

This commit is contained in:
Lucas Verney 2018-07-22 16:15:50 +02:00
parent 4ee603a767
commit 0bf72e55f4
1 changed files with 1 additions and 0 deletions

View File

@ -59,4 +59,5 @@ AVAILABLE_LOCALES.forEach((item) => {
export default new VueI18n({
messages,
fallbackLocale: 'en',
});