You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pagination: {pages: ({ named }: Parameters<MessageFunction>[0])=>`${named('number')}/page`,total: ({ named }: Parameters<MessageFunction>[0])=>`${named('number')} records in total`,},confirm: {confirm_deletion: 'confirm deletion?',confirm_void: 'confirm void?',confirm_release: 'confirm release?',ack: 'ack',cancel: 'cancel',non_records: 'Please choose at least one record',},
Reporting a bug?
when I use function like
I get an error when run vite build:
Expected behavior
Every thing works well in 0.8.2 with same resource above.
Reproduction
https://github.com/MinatoHikari/unplugin-i18n-bug
Process will end with an error.
Change
@intlify/unplugin-vue-i18n
version to 0.8.2.Every thing works well.
Issue Package
unplugin-vue-i18n
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: