samk-dev / nuxt-vcalendar

Integrates V Calendar in Nuxt
MIT License
29 stars 3 forks source link

can't set custom locale #22

Open nixwins opened 2 months ago

nixwins commented 2 months ago
[
  '@samk-dev/nuxt-vcalendar',
  {
    componentPrefix: 'v3',
    locales: {
      'kk-KZ': {
        firstDayOfWeek: 1,
        masks: {
          L: 'YYYY-MM-DD'
        },
        dayNames: [
          'Дүйсенбі',
          'Сейсенбі',
          'Сәрсенбі',
          'Бейсенбі',
          'Жұма',
          'Сенбі',
          'Жексенбі'
        ],
        dayNamesShort: ['Дү', 'Се', 'Сә', 'Бе', 'Жұ', 'Се', 'Же']
      }
    }
  }
],

"@samk-dev/nuxt-vcalendar": "^1.0.3",

samk-dev commented 2 months ago

Hey, sorry for the late feedback. I will check on it and soon will release a new maintenance update