USLTD ยท GitHub

๐Ÿ”— 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.

Read the original on github.com โ†—