Skip to content

Commit

Permalink
fix(locales): fix fi-FL, nb-NO and zh-CN (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdenner committed May 28, 2020
1 parent f1cab67 commit b3a7e3e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 35 deletions.
File renamed without changes.
30 changes: 30 additions & 0 deletions src/locales/nb-NO.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"todayButton": "Idag",
"nextMonth": "Neste måned",
"previousMonth": "Forrige måned",
"nextYear": "Neste år",
"previousYear": "Forrige år",
"weekdays": [
"Søndag",
"Mandag",
"Tisdag",
"Onsdag",
"Torsdag",
"Fredag",
"Lørdag"
],
"months": [
"Januar",
"Februar",
"Mars",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Desember"
]
}
31 changes: 0 additions & 31 deletions src/locales/no-NB.json

This file was deleted.

8 changes: 4 additions & 4 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ export type Locale = {
};

export type LocaleOptions =
| 'bg-BG'
| 'ca-ES'
| 'cs-CZ'
| 'de-DE'
| 'en-US'
| 'es-ES'
| 'fi-FL'
| 'fr-FR'
| 'he-IL'
| 'it-IT'
| 'ja-JP'
| 'nb-NO'
| 'pl-PL'
| 'pt-BR'
| 'ru-RU'
| 'sv-SE'
| 'zn-CN'
| 'he-IL'
| 'tr-TR'
| 'nb-NO'
| 'bg-BG';
| 'zh-CN';

export type PickedDayzedProps = Pick<
DayzedProps,
Expand Down

1 comment on commit b3a7e3e

@vercel
Copy link

@vercel vercel bot commented on b3a7e3e May 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.