Skip to content

Commit

Permalink
fix: month names
Browse files Browse the repository at this point in the history
  • Loading branch information
akamfoad committed Apr 9, 2022
1 parent 1fec487 commit 4d9490b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/locale/ku.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ import {
} from '../constant'

const months = [
'کانونی دووەم',
'کانوونی دووەم',
'شوبات',
'ئازار',
'ئادار',
'نیسان',
'ئایار',
'حوزەیران',
'تەمموز',
'تەممووز',
'ئاب',
'ئەیلوول',
'تشرینی یەکەم',
'تشرینی دووەم',
'کانونی یەکەم'
'کانوونی یەکەم'
]

const locale = {
Expand Down

0 comments on commit 4d9490b

Please sign in to comment.