Sierrodc
Sierrodc

Reputation: 887

I18n translations fnando

I'm using I18n js library from https://github.com/fnando/i18n-js. Where can I find basic translations for all the cultures (time, date, number formats?)

Thanks.

Upvotes: 1

Views: 84

Answers (1)

Joel Hernandez
Joel Hernandez

Reputation: 2213

Sierrodc:

I think this could help you out. The translation are compatible with Ruby, but I think you can work with this as a start...

Here it goes: https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale

Upvotes: 1

Related Questions