-
Notifications
You must be signed in to change notification settings - Fork 988
feat(locale): add Bulgarian language #3783
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
Conversation
commit: |
benjamincanac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're missing the export in the src/runtime/locale/index.ts. You can use the CLI to generate the right files when creating a locale: https://ui.nuxt.com/getting-started/i18n/nuxt#supported-languages
nuxt-ui make locale --code "en" --name "English"
π Linked issue
No issue
β Type of change
π Description
Added a language file,
src/runtime/locale/bg.ts, to support Bulgarian language.π Checklist