Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't set custom locale #22

Open
nixwins opened this issue Sep 1, 2024 · 1 comment
Open

can't set custom locale #22

nixwins opened this issue Sep 1, 2024 · 1 comment
Assignees

Comments

@nixwins
Copy link

nixwins commented Sep 1, 2024

[
  '@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 samk-dev self-assigned this Sep 16, 2024
@samk-dev
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants