Merge pull request #3550 from flashspys/patch-1

Changes l7n to l10n
pull/3594/head
Tuğçe Küçükoğlu 2023-01-27 11:15:37 +03:00 committed by GitHub
commit a7fe4d96db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
<div>
<Head>
<Title>Locale - PrimeVue</Title>
<Meta name="description" content="The Locale API allows setting i18n and l7n options globally for the components." />
<Meta name="description" content="The Locale API allows setting i18n and l10n options globally for the components." />
</Head>
<div class="content-section documentation">
<h1>Internationalization and Localization</h1>
<p>The Locale API allows setting <b>i18n</b> and <b>l7n</b> options globally for the components.</p>
<p>The Locale API allows setting <b>i18n</b> and <b>l10n</b> options globally for the components.</p>
<h5>Getting Started</h5>
<p>Locale values are stored in the global configuration that becomes accessible after installing the PrimeVue.</p>