add Duch (nl) locale (thanks @jeoenepraat)

This commit is contained in:
lesion
2023-03-14 16:15:42 +01:00
parent 5f8afdbc12
commit e1bca6f46a
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. All notable changes to this project will be documented in this file.
### UNRELEASED
### 1.6.4 - 22 feb '23 ### 1.6.4 - 22 feb '23
- add missing i18n during setup - add missing i18n during setup
- really fix #232 - really fix #232

View File

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

View File

@@ -2,7 +2,7 @@ const config = require('./server/config.js')
const minifyTheme = require('minify-css-string').default const minifyTheme = require('minify-css-string').default
const locales = require('./locales/index') 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') const isDev = (process.env.NODE_ENV !== 'production')
module.exports = { module.exports = {
@@ -141,7 +141,7 @@ module.exports = {
}, },
buildModules: ['@nuxtjs/vuetify'], buildModules: ['@nuxtjs/vuetify'],
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, treeShake: true,
theme: { theme: {
options: { options: {