Client - init Dutch (nl) translation files

This commit is contained in:
Sam
2022-11-19 10:20:07 +01:00
parent 060741ed3b
commit 6f1d0cca96
16 changed files with 56 additions and 0 deletions

View File

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