Locale path fixes

pull/3711/head
Tuğçe Küçükoğlu 2023-03-08 14:36:10 +03:00
parent 6912787609
commit 7ca665aa93
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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">