Skip to content

Commit

Permalink
change months name
Browse files Browse the repository at this point in the history
  • Loading branch information
kawan97 committed Mar 19, 2024
1 parent 4da5451 commit bb6a952
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions src/Carbon/Lang/ckb.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,25 @@

/*
* Authors:
* - Swara Mohammed
* - Swara Mohammed and Kawan Pshtiwan
*/
$months = [
'ڕێبەندان',
'ڕەشەمە',
'نەورۆز',
'گوڵان',
'جۆزەردان',
'پوشپەڕ',
'گەلاوێژ',
'خەرمانان',
'ڕەزبەر',
'گەڵاڕێزان',
'سەرماوەرز',
'بەفرانبار',
'کانونی دووەم',
'شوبات',
'ئازار',
'نیسان',
'ئایار',
'حوزەیران',
'تەمموز',
'ئاب',
'ئەیلوول',
'تشرینی یەکەم',
'تشرینی دووەم',
'کانونی یەکەم',
];



return [
'year' => implode('|', ['{0}:count ساڵێک', '{1}ساڵێک', '{2}دوو ساڵ', ']2,11[:count ساڵ', ']10,Inf[:count ساڵ']),
'a_year' => implode('|', ['{0}:count ساڵێک', '{1}ساڵێک', '{2}دوو ساڵ', ']2,11[:count ساڵ', ']10,Inf[:count ساڵ']),
Expand Down

0 comments on commit bb6a952

Please sign in to comment.