mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(i18n): auto generated lang support (#2574)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -172,10 +172,4 @@ const dir = computed(() => textDirection.value === 'rtl' ? 'rtl' : 'ltr')
|
||||
|
||||
## Supported languages
|
||||
|
||||
<!-- TODO: add auto generating language list https://github.com/nuxt/ui/issues/2565 -->
|
||||
* `de` - Deutsch
|
||||
* `en` - English (default)
|
||||
* `fr` - Français
|
||||
* `ru` - Русский
|
||||
|
||||
If you need any other languages, a [PR](https://github.com/nuxt/ui/pulls) is always welcome, you only need to add a language file [here](https://github.com/nuxt/ui/tree/v3/src/runtime/locale).
|
||||
:supported-languages
|
||||
|
||||
@@ -181,10 +181,4 @@ const dir = computed(() => textDirection.value === 'rtl' ? 'rtl' : 'ltr')
|
||||
|
||||
## Supported languages
|
||||
|
||||
<!-- TODO: add auto generating language list https://github.com/nuxt/ui/issues/2565 -->
|
||||
* `de` - Deutsch
|
||||
* `en` - English (default)
|
||||
* `fr` - Français
|
||||
* `ru` - Русский
|
||||
|
||||
If you need any other languages, a [PR](https://github.com/nuxt/ui/pulls) is always welcome, you only need to add a language file [here](https://github.com/nuxt/ui/tree/v3/src/runtime/locale).
|
||||
:supported-languages
|
||||
|
||||
Reference in New Issue
Block a user