From 19d11a1a8e2cc5bba357c36584fc8a52f7f15e31 Mon Sep 17 00:00:00 2001 From: Loris Sigrist <43482866+LorisSigrist@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:25:48 +0100 Subject: [PATCH] Add ParaglideJS Adds the [PararglideJS](https://inlang.com/m/gerre34r/library-inlang-paraglideJs) i18n library to the "I18n And L10n" section. Paraglide gives you type-safe messages that can be tree-shaken individually. That way only messages that are _used_ are shipped. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ff622f6..a9485eaa 100644 --- a/README.md +++ b/README.md @@ -543,6 +543,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support. * [ttag](https://github.com/ttag-org/ttag) - Modern javascript i18n localization library based on ES6 tagged templates and the good old GNU gettext. * [attranslate](https://github.com/fkirc/attranslate) - A JavaScript-tool for synchronizing translation-files, including JSON/YAML/XML and other formats. +* [ParaglideJS](https://inlang.com/m/gerre34r/library-inlang-paraglideJs) - A tiny, type-safe i18n library with tree-shakeable messages. ## Control Flow