Changes l7n to l10n

I'm not quite sure what l7n could stand for, but l10n is the correct abbreviation of localization, what is also mentioned above.
pull/3550/head
Felix Wehnert 2023-01-17 14:15:17 +01:00 committed by GitHub
parent cb91a464b7
commit a00950b2d2
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>