diff --git a/src/locales/bg-BG.json b/src/locales/bg-BG.json new file mode 100644 index 00000000..331eab6f --- /dev/null +++ b/src/locales/bg-BG.json @@ -0,0 +1,30 @@ +{ + "todayButton": "Днес", + "nextMonth": "Следващ месец", + "previousMonth": "Предишен месец", + "nextYear": "Следваща година", + "previousYear": "Предишна година", + "weekdays": [ + "Неделя", + "Понеделник", + "Вторник", + "Сряда", + "Четвъртък", + "Петък", + "Събота" + ], + "months": [ + "Януари", + "Февруари", + "Март", + "Април", + "Май", + "Юни", + "Юли", + "Август", + "Септември", + "Октомври", + "Ноември", + "Декември" + ] +} diff --git a/src/types/index.ts b/src/types/index.ts index 11f362c6..c1fa4303 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -28,7 +28,8 @@ export type LocaleOptions = | 'zn-CN' | 'he-IL' | 'tr-TR' - | 'nb-NO'; + | 'nb-NO' + | 'bg-BG'; export type PickedDayzedProps = Pick< DayzedProps,