Skip to content

Commit

Permalink
Add Norwegian language
Browse files Browse the repository at this point in the history
  • Loading branch information
mcicolella committed Nov 2, 2018
1 parent 275dd75 commit bf00602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Expand Up @@ -27,6 +27,7 @@ import en from './i18n/en.json'
import de from './i18n/de_DE.json'
import it from './i18n/it_IT.json'
import nl from './i18n/nl_NL.json'
import no from './i18n/nb_NO.json'
import ro from './i18n/ro_RO.json'
import ru from './i18n/ru_RU.json'
import sk from './i18n/sk_SK.json'
Expand Down Expand Up @@ -76,6 +77,7 @@ Vue.i18n.add('de', de)
Vue.i18n.add('es', es)
Vue.i18n.add('fr', fr)
Vue.i18n.add('it', it)
Vue.i18n.add('no', no)
Vue.i18n.add('nl', nl)
Vue.i18n.add('ro', ro)
Vue.i18n.add('ru', ru)
Expand Down

0 comments on commit bf00602

Please sign in to comment.