Locale path fixes
parent
6912787609
commit
7ca665aa93
|
@ -7,8 +7,8 @@
|
||||||
overriding the default role.
|
overriding the default role.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Closable inplace components displays a button with an <i>aria-label</i> that refers to the <i>aria.close</i> property of the <NuxtLink href="/locale">locale</NuxtLink> API by default, you may use <i>closeButtonProps</i> to customize the
|
Closable inplace components displays a button with an <i>aria-label</i> that refers to the <i>aria.close</i> property of the <NuxtLink to="/configuration/#locale">locale</NuxtLink> API by default, you may use <i>closeButtonProps</i> to
|
||||||
element and override the default <i>aria-label</i>.
|
customize the element and override the default <i>aria-label</i>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>View Mode Keyboard Support</h3>
|
<h3>View Mode Keyboard Support</h3>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>
|
<p>
|
||||||
Labels are translated at component level by <i>promptLabel</i>, <i>weakLabel</i>, <i>mediumLabel</i> and <i>strongLabel</i> properties. In order to apply global translations for all Password components in the application, refer to the
|
Labels are translated at component level by <i>promptLabel</i>, <i>weakLabel</i>, <i>mediumLabel</i> and <i>strongLabel</i> properties. In order to apply global translations for all Password components in the application, refer to the
|
||||||
<a href="/locale/">Locale API</a>.
|
<NuxtLink to="/configuration/#locale">locale</NuxtLink>.
|
||||||
</p>
|
</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card flex justify-content-center">
|
<div class="card flex justify-content-center">
|
||||||
|
|
Loading…
Reference in New Issue