Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number formats #48

Closed
manuels opened this issue Oct 16, 2012 · 2 comments
Closed

Number formats #48

manuels opened this issue Oct 16, 2012 · 2 comments

Comments

@manuels
Copy link

manuels commented Oct 16, 2012

There is no possibility to account for different number formats or date formats

eg. british use 1,000.00 for one thousand
but germans use 1.000,00

or is something like this already implemented in i18next via sprintf?

@jamuhl
Copy link
Member

jamuhl commented Oct 17, 2012

While you can use sprintf for string fromat needs ( http://i18next.com/pages/doc_features.html#sprintf ) i prefer using the i18next's way for interpolation: http://i18next.com/pages/doc_features.html#interpolation .

As i think this libraries are just great for the needs. To implement this proper inside i18next would just bloat the code.

@manuels
Copy link
Author

manuels commented Oct 17, 2012

good to know, thanks!

@manuels manuels closed this as completed Oct 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants