feat: enable Dutch (Nederlands) language choice

This commit is contained in:
Herculino Trotta
2025-01-25 15:55:42 -03:00
parent 72876bff43
commit b535a12014
4 changed files with 30 additions and 56 deletions

View File

@@ -1,11 +1,13 @@
import AirDatepicker from 'air-datepicker';
import en from 'air-datepicker/locale/en';
import ptBr from 'air-datepicker/locale/pt-BR';
import nl from 'air-datepicker/locale/nl';
import {createPopper} from '@popperjs/core';
const locales = {
'pt': ptBr,
'en': en
'en': en,
'nl': nl
};
function isMobileDevice() {