-
Notifications
You must be signed in to change notification settings - Fork 3
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
Localisation of numbers #38
Comments
@opoudjis when you say stem:[] you mean number:[]? Are you saying all numbers have to be marked up as mathml? |
Yes I am. We agreed on that. |
In fact, ITU wants apostrophe as the numeral group separator, so we will need to configure twitter_cldr after all to realise that. |
Does that include dates as well? What does "localisation of number rendering" mean? Is this for addressing the "group-by-three" issue in numbers with many digits (specified in #32)? |
This is a good question that @opoudjis and I also discussed. In fact there should be a So
Yes. |
@manuel489 if it's any consolation, I would not bother doing this for numbers that are less than four digits long. There is nothing to localise there. |
In order to enable localisation of number rendering in BIPM, will do the following.
stem:[]
. Sorry @manuel489. So a number like 1337 must be marked up asstem:[1337]
..localize(:fr).to_s
. twitter_cldr's localisations are configured in YAML, and we might need to inherit localisation from the gem and configure it likely for a flavour; that is not currently the case.The text was updated successfully, but these errors were encountered: