3

Does Globalize.js offer anything over i18next.js? I've been using i18next.js and I can't find a comparison of the two technologies. Are there any advantages to one over the other? Or, is this just another jQuery project sold on the jQuery name?

4

2 回答 2

2
于 2016-05-30T00:49:27.513 回答
1

I would say one of the main differences is i18next is not backed by some big "company" eg. globalize - jquery or format.js backed by yahoo.

i18next is built by the community - learn once use everywhere (not just where the own direction of the lead company leads the framework). So i18next works for react, angular, aurelia, jquery, vue, backbone, ... even exotic stuff like phraser. Runs in browser, nodejs, electron or native.

Does not have a own formatter for dates or numbers - but could easily extended to work with momentjs or intl API: http://i18next.com/translate/formatting/

The list of extensions is rather amazing: http://i18next.com/docs/ecosystem/

于 2017-04-28T10:05:18.007 回答