diff --git a/docs/app/components/content/SupportedLanguages.vue b/docs/app/components/content/SupportedLanguages.vue index d6bda127..03434346 100644 --- a/docs/app/components/content/SupportedLanguages.vue +++ b/docs/app/components/content/SupportedLanguages.vue @@ -25,6 +25,7 @@ function getEmojiFlag(locale: string): string { kk: 'kz', // Kazakh -> Kazakhstan km: 'kh', // Khmer -> Cambodia ko: 'kr', // Korean -> South Korea + ky: 'kg', // Kyrgyz -> Kyrgyzstan ms: 'my', // Malay -> Malaysia nb: 'no', // Norwegian Bokmål -> Norway sl: 'si', // Slovenian -> Slovenia diff --git a/docs/app/components/content/examples/context-menu/ContextMenuCustomSlotExample.vue b/docs/app/components/content/examples/context-menu/ContextMenuCustomSlotExample.vue index f3a6a97d..2a8f0605 100644 --- a/docs/app/components/content/examples/context-menu/ContextMenuCustomSlotExample.vue +++ b/docs/app/components/content/examples/context-menu/ContextMenuCustomSlotExample.vue @@ -28,7 +28,7 @@ const items = [ diff --git a/docs/app/components/content/examples/drawer/DrawerDismissibleExample.vue b/docs/app/components/content/examples/drawer/DrawerDismissibleExample.vue index 56de2a40..f0701ed1 100644 --- a/docs/app/components/content/examples/drawer/DrawerDismissibleExample.vue +++ b/docs/app/components/content/examples/drawer/DrawerDismissibleExample.vue @@ -3,7 +3,7 @@ const open = ref(false)