@pyxo/quasar-app-extension-int
Version:
A Quasar app extension to add internationalization support.
26 lines (25 loc) • 839 B
HTML
<p>Some of Qint features include:</p>
<ul class="org-ul">
<li>SSR support.</li>
<li>
Supports different URL modes: prefix (example.com/en), subdomain
(en.example.com), host (example.co.uk), search-param (example.com?l=en),
none (example.com)
</li>
<li>Supports the use of a language tag cookie.</li>
<li>
Can make use of the user’s client language preferences (e.g. browser
settings).
</li>
<li>Support for <code>hreflang</code> link tags.</li>
<li>
Lazy loading of Quasar language packs and <code>vue-i18n</code> locale
messages.
</li>
<li>
Language tags, Qint uses the term “language tag” to denote a
language or a locale, and recommends the use of
<a href="https://www.w3.org/International/articles/language-tags">BCP 47</a>
language tags.
</li>
</ul>