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

locale is ignored for plain numbers #924

Open
jlous opened this issue Nov 11, 2022 · 0 comments
Open

locale is ignored for plain numbers #924

jlous opened this issue Nov 11, 2022 · 0 comments

Comments

@jlous
Copy link

jlous commented Nov 11, 2022

Decimal numbers rendered directly as values (not via #numbers) seem to ignore decimal sign and thousands separator from the locale completely, and always use US format.

With #numbers.format I can force using the locale deafults, but it cannot replicate the variable-decimal behavior of plain numbers, which I need.

I'm using 3.0.15.RELEASE,
instantiating TemplateEngine directly,
adding SpringStandardDialect manually,
and injecting my Locale directly into my manual Context instatiation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant