ownego / polaris-vue

Shopify Polaris design system for Vue JS. Shopify’s design system to help us build the great apps for all of our merchants.
https://ownego.github.io/polaris-vue/
MIT License
137 stars 29 forks source link

Date Picker on Version 2 does not show Month, Days #360

Closed canhnm closed 7 months ago

canhnm commented 7 months ago

Hello,

We are testing Polaris Vue 2.0.1 and noticed there are issues on Date Picker component (https://ownego.github.io/polaris-vue/components/DatePicker) as it does not show Month and Day as attachment image image

juzser commented 7 months ago

Have you added the i18n prop into AppProvider? You can follow this example: AppProvider with i18n The locale should be en if you're using English.

Edit: I've updated the doc for AppProvider locale: here The list supported locales: here

canhnm commented 7 months ago

Have you added the i18n prop into AppProvider? You can follow this example: AppProvider with i18n The locale should be en if you're using English.

Edit: I've updated the doc for AppProvider locale: here The list supported locales: here

Thank you for your reply, I have added i18n prop into AppProvider and it works well!