Compare commits

...

3 Commits

Author SHA1 Message Date
Loris Sigrist
2d79430b78 Merge 19d11a1a8e into 6d17f734e4 2024-09-09 22:24:30 +02:00
Hong Minhee (洪 民憙)
6d17f734e4 Add LogTape (#897) 2024-09-03 15:01:53 +02:00
Loris Sigrist
19d11a1a8e 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.
2024-03-21 16:25:48 +01:00

View File

@@ -549,6 +549,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. * [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. * [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. * [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 ## Control Flow
@@ -585,6 +586,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [loglevel](https://github.com/pimterry/loglevel) - Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods. * [loglevel](https://github.com/pimterry/loglevel) - Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods.
* [minilog](http://mixu.net/minilog/) Lightweight client & server-side logging with Stream-API backends. * [minilog](http://mixu.net/minilog/) Lightweight client & server-side logging with Stream-API backends.
* [storyboard](http://guigrpa.github.io/storyboard/) - Universal logging library + Chrome extension; it lets you see all client and server tasks triggered by a user action in a single place. * [storyboard](http://guigrpa.github.io/storyboard/) - Universal logging library + Chrome extension; it lets you see all client and server tasks triggered by a user action in a single place.
* [LogTape](https://logtape.org/) - Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions.
## RegExp ## RegExp
* [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE. * [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.