Skip to content

Commit

Permalink
🐛 load all locales
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Dec 29, 2019
1 parent 69dd835 commit 8d4f35a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@formatjs/intl-relativetimeformat/polyfill';
import '@formatjs/intl-relativetimeformat/polyfill-locales';
import Vue from 'vue';
import VueCompositionApi from '@vue/composition-api';
import App from './App.vue';
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
},
"keywords": [],
"author": "CJ R. <[email protected]> (https://w3cj.now.sh)",
"license": "MIT"
"license": "MIT",
"dependencies": {}
}

0 comments on commit 8d4f35a

Please sign in to comment.