diff --git a/docs/app/components/content/SupportedLanguages.vue b/docs/app/components/content/SupportedLanguages.vue
index 89e210c5..6093d7e8 100644
--- a/docs/app/components/content/SupportedLanguages.vue
+++ b/docs/app/components/content/SupportedLanguages.vue
@@ -1,5 +1,8 @@
-
-
- {{ key }} - {{ label }}
-
- (default)
-
-
-
+
+ By default, the {{ props.default }} locale is used.
+
+
+
+
+
+ Language
+
+
+ Code
+
+
+ Direction
+
+
+
+
+
+
+ {{ locale.name }}
+
+
+
+ {{ locale.code }}
+
+
+
+
+ {{ locale.dir }}
+
+
+
+
+
If you need additional languages, you can contribute by creating a PR to add a new locale in src/runtime/locale/.