Client - init Norwegian Bokmål (nb) translation files

This commit is contained in:
Sam
2022-11-01 15:05:28 +01:00
parent 1a6d259c2d
commit 34a5c165cb
16 changed files with 56 additions and 0 deletions

View File

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