Skip to content

Commit

Permalink
fix locale name for Edge browser (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt authored and johnleider committed Oct 25, 2018
1 parent 01a394f commit 78cfcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/framework/InternationalizationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
|
| Vue.use(Vuetify, {
| lang: {
| locales: { zhHans, pl, sv },
| current: 'zhHans'
| locales: { 'zh-Hans': zhHans, pl, sv },
| current: 'zh-Hans'
| }
| })
|
Expand Down

0 comments on commit 78cfcaa

Please sign in to comment.