Used full country code instead of just nl

This commit is contained in:
MoltenCoffee 2020-09-08 10:59:56 +02:00
parent dd2a2ea8a1
commit a31a104577
No known key found for this signature in database
GPG Key ID: 0AD7E41F85508887
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import enMessages from 'lang-compiled/en.json';
import nlMessages from 'lang-compiled/nl.json';
import nlMessages from 'lang-compiled/nl-NL.json';
import zhCNMessages from 'lang-compiled/zh-CN.json';
import { format } from 'date-fns';
import { enUS, nl, zhCN } from 'date-fns/locale';