From e36c16051e9a5bbfac0aac8263460c1d1ae18ed3 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 7 Jun 2015 18:51:49 +0300 Subject: [PATCH] Add `babelfish` [babelfish](https://github.com/nodeca/babelfish/) In 99% of cases "advanced" i18n people just need plurals. Babelfish provides simple notation to support plurals directly in phrases, with zero coding. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 326c9c5..7aa6a40 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [i18next](https://github.com/jamuhl/i18next) - internationalisation (i18n) with javascript the easy way. * [polyglot](https://github.com/airbnb/polyglot.js) - tiny i18n helper library. +* [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support. ## Class