Tag: internationalization
Integrate internationalization with Vue.js
This skill integrates Intlayer's internationalisation capabilities directly into Vue.js and Nuxt applications. Developers can use the provided composable to manage translations and render content within Vue components.
Intlayer usage guide for internationalization
Provides comprehensive guidelines for implementing internationalization using Intlayer, detailing content declaration, locale retrieval, and consumption via core packages and hooks. Developers can use the associated CLI commands to build di…
Intlayer i18n for Svelte and SvelteKit
This skill integrates Intlayer for component-level internationalization within Svelte and SvelteKit applications. It facilitates translation by declaring content dictionaries adjacent to the components that consume them, accessed via the us…
SolidJS Component Internationalisation with Intlayer
This skill facilitates component-level internationalisation within SolidJS by declaring translations in adjacent content files. Developers use the useIntlayer hook to access reactive, localized content directly within their components.
Intlayer internationalization for Preact components
This skill integrates Intlayer's internationalization capabilities into Preact applications, promoting component-level content declaration. Developers define translations in adjacent content files and consume them using the dedicated useInt…
Angular internationalization with component content declaration
This skill integrates Intlayer internationalization into Angular applications, promoting component-level content declaration over global files. It allows developers to manage translations and locale switching using Angular signals and dedic…