Skip to content

Commit

Permalink
move kurdish locale to proper format
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 27, 2021
1 parent 096111e commit f751151
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 28 deletions.
28 changes: 0 additions & 28 deletions packages/core/src/locales/ku

This file was deleted.

23 changes: 23 additions & 0 deletions packages/core/src/locales/ku.ts
@@ -0,0 +1,23 @@
import { LocaleInput } from '@fullcalendar/common'

export default {
code: 'ku',
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'پێشتر',
next: 'دواتر',
today: 'ئەمڕو',
month: 'مانگ',
week: 'هەفتە',
day: 'ڕۆژ',
list: 'بەرنامە',
},
weekText: 'هەفتە',
allDayText: 'هەموو ڕۆژەکە',
moreLinkText: 'زیاتر',
noEventsText: 'هیچ ڕووداوێك نیە',
} as LocaleInput

0 comments on commit f751151

Please sign in to comment.