Skip to content

Commit

Permalink
fix: update locale Bulgarian monthsShort Jan (#2538)
Browse files Browse the repository at this point in the history
* fix: update locale Bulgarian monthsShort Jan
  • Loading branch information
iamkun committed Dec 30, 2023
1 parent 43b62e0 commit f0c9a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/bg.js
Expand Up @@ -7,7 +7,7 @@ const locale = {
weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'),
weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split('_'),
monthsShort: 'янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),
monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),
weekStart: 1,
ordinal: (n) => {
const last2Digits = n % 100
Expand Down

0 comments on commit f0c9a41

Please sign in to comment.