๐ Linked issue
โ Type of change
- ๐ Documentation (updates to the documentation or readme)
- ๐ Bug fix (a non-breaking change that fixes an issue)
- ๐ Enhancement (improving an existing functionality)
- โจ New feature (a non-breaking change that adds functionality)
- ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This PR adds Georgian (ka) language to the NuxtUI library. Translation used https://github.com/nuxt/ui/blob/v4/src/runtime/locale/en.ts as source language.
Additionally, I have included notes where necessary to explain why I chose different translation rather than literal translation in certain cases.
This change allows NuxtUI users to easily use Georgian locale in their websites without manually translating each string.
๐ Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.