add Duch (nl) locale (thanks @jeoenepraat)

This commit is contained in:
lesion 2023-03-14 16:15:42 +01:00
parent 5f8afdbc12
commit e1bca6f46a
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,7 @@
All notable changes to this project will be documented in this file.
### UNRELEASED
### 1.6.4 - 22 feb '23
- add missing i18n during setup
- really fix #232

View file

@ -8,6 +8,7 @@ module.exports = {
gl: 'Galego',
it: 'Italiano',
nb: 'Norwegian Bokmål',
nl: 'Dutch',
pl: 'Polski',
pt: 'Português',
ru: 'Русский',

View file

@ -2,7 +2,7 @@ const config = require('./server/config.js')
const minifyTheme = require('minify-css-string').default
const locales = require('./locales/index')
import { ca, de, en, es, eu, fr, gl, it, nb, pl, pt, sk, ru, zhHans } from 'vuetify/lib/locale'
import { ca, de, en, es, eu, fr, gl, it, nb, nl, pl, pt, sk, ru, zhHans } from 'vuetify/lib/locale'
const isDev = (process.env.NODE_ENV !== 'production')
module.exports = {
@ -141,7 +141,7 @@ module.exports = {
},
buildModules: ['@nuxtjs/vuetify'],
vuetify: {
lang: { locales: { ca, de, en, es, eu, fr, gl, it, nb, pl, pt, sk, ru, zhHans } },
lang: { locales: { ca, de, en, es, eu, fr, gl, it, nb, nl, pl, pt, sk, ru, zhHans } },
treeShake: true,
theme: {
options: {