svelte-i18n
typesafe-i18n
svelte-i18n | typesafe-i18n | |
---|---|---|
7 | 51 | |
1,296 | 2,283 | |
1.5% | 0.4% | |
3.4 | 0.0 | |
4 months ago | 14 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
svelte-i18n
-
React may be getting a new hook — useEvent
Yeah I'm just using svelte-18n
-
Beam your Svelte internationalization up to a new level
Make sure you have Node.js and npm installed. It's best, if you have some experience with simple HTML, JavaScript and basic Svelte, before jumping to svelte-i18n.
- Any issues with Svelte that can be a target of an open source project?
-
Best i18n library for SvelteKit?
There are some great i18n libraries which can be used together with SvelteKit, such as svelte-i18n, typesafe-i18n or svelte-intl-precompile. However, a month ago, I decided to create my own, modular and lightweight one, because i was missing some features like dynamic translations load (load translations for visited pages only), custom translation sources (e.g. external API) or component scoped translations, etc...
-
What about localization with Svelte/SvelteKit?
I had reasonable success with https://github.com/kaisermann/svelte-i18n in one of my pet projects.
- Been using Vue for years professionally love it. But Svelte looks so good... What would I miss from Vue if I converted to Svelte?
-
A solution to internationalize routing in Sapper
With the svelte-i18n library internationalization of a Svelte / Sapper apps has gotten a lot better, but there has been an omission in solutions for routing languages (despite long discussions). I would like to share our solution for making internationalized routing:
typesafe-i18n
-
Suggest Best Svelte Libraries
inlang: localization infrastructure for software and the next git (made by the inlang team and same author of the amazing typesafe-i18n library)
-
Detox for i18n
So I went to search and found https://github.com/ivanhofer/typesafe-i18n (1.6k stars). Seems great so far.
-
What localizations options are there for NextJS static export builds?
As far as I know `typesafe-i18n` works similiar to other solutions. The only difference is, that it does not include `next` in its package name ^^. There is an example in the docs that should cover the basic setup: https://github.com/ivanhofer/typesafe-i18n/tree/main/packages/adapter-react/examples/nextjs
-
i18n support is not compatible with next export.
You could try https://github.com/ivanhofer/typesafe-i18n, but I never tried it with "next export", so maybe you need to make additional adjustments.
-
[mauriciobraz/discord.ts-template] I created a template to create a Discord bot with type-safe and TypeScript localization support!
Fully type-safe support with typesafe-i18n.
-
SvelteKit and i18n - let's finally solve this never ending story
Maybe you can find an answer in this discussion: https://github.com/ivanhofer/typesafe-i18n/discussions/130
-
introducing code-first-i18n (internationalization)
Is TypealizR solving a similar problem like [typesafe-i18n](https://github.com/ivanhofer/typesafe-i18n) in the JS ecosystem?
-
i18n and i18next: What's the difference?
Typesafe-i18n
-
Is there any better alternative to i18n for internationalization?
shameless plug: sounds like you are looking for https://github.com/ivanhofer/typesafe-i18n
-
Managing translations
If you want to get really good `TypeScript` support for i18n, you should check out https://github.com/ivanhofer/typesafe-i18n :)
What are some alternatives?
svelte-intl-precompile - I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
type-challenges - Collection of TypeScript type challenges with online judge
svelte-preprocess - A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
lib - Internationalization library built for SvelteKit.
jsLingui - 🌍 📖 A readable, automated, and optimized (3 kb) internationalization for JavaScript
monorepo - lix (change control system) && inlang (globalization ecosystem for software built on lix)
buefy - Lightweight UI components for Vue.js based on Bulma
tolgee-js - Tolgee JavaScript libraries monorepo
Talkr - Talkr is the lightest i18n provider for React applications. It supports Typescript, provides autocompletion, has 0 dependencies, and is very easy to use.
vue-i18n-extract - Manage vue-i18n localization with static analysis
typesafe-i18n-demo-sveltekit-jsdoc - A small project demonstrating a `typesafe-i18n` integration with SvelteKit