API & Client - enable nl translations

This commit is contained in:
Sam
2022-11-30 10:31:53 +01:00
parent 3af6b3af37
commit 4e9f80af62
4 changed files with 6 additions and 6 deletions

View File

@ -98,7 +98,7 @@ const dateStringFormats: Record<string, string> = {
en: 'MMM. do, yyyy',
fr: 'd MMM yyyy',
// nb: 'do MMM yyyy',
// nl: 'd MMM yyyy',
nl: 'd MMM yyyy',
}
export const getDateFormat = (dateFormat: string, language: string): string => {