Skip to content

Commit

Permalink
feat(locales): add Bulgarian locale (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
kborisov760 authored Apr 19, 2020
1 parent 3b9b382 commit 6d63186
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions src/locales/bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"todayButton": "Днес",
"nextMonth": "Следващ месец",
"previousMonth": "Предишен месец",
"nextYear": "Следваща година",
"previousYear": "Предишна година",
"weekdays": [
"Неделя",
"Понеделник",
"Вторник",
"Сряда",
"Четвъртък",
"Петък",
"Събота"
],
"months": [
"Януари",
"Февруари",
"Март",
"Април",
"Май",
"Юни",
"Юли",
"Август",
"Септември",
"Октомври",
"Ноември",
"Декември"
]
}
3 changes: 2 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export type LocaleOptions =
| 'zn-CN'
| 'he-IL'
| 'tr-TR'
| 'nb-NO';
| 'nb-NO'
| 'bg-BG';

export type PickedDayzedProps = Pick<
DayzedProps,
Expand Down

1 comment on commit 6d63186

@vercel
Copy link

@vercel vercel bot commented on 6d63186 Apr 19, 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.