mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
feat(cli): add locale command (#2586)
This commit is contained in:
@@ -31,5 +31,11 @@ const localesList = getLocaleKeys().map(locale => [locale, locales[locale].name]
|
||||
here
|
||||
</ProseA>
|
||||
</ProseP>
|
||||
<Tip>
|
||||
Use CLI command <ProseCode>nuxt-ui make locale</ProseCode> to create a new locale
|
||||
<ProsePre language="bash">
|
||||
nuxt-ui make locale --code "en" --name "English"
|
||||
</ProsePre>
|
||||
</Tip>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user