-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Localization #1171
Comments
We're working on localization for an upcoming version, yes. |
+1 |
1 similar comment
+1 |
Now that we have field formatters, numeral.js can help here: https://github.com/adamwdraper/Numeral-js/blob/master/languages/da-dk.js |
I have a field called amount. But it could contain various different currencies, and therefore I am not interested in formating it like "DKK 10.000". I would just like to format it with "." as thousand separator, which is the standard here. |
Also requested by @icedfish when I met him in-person recently. |
i woulk like to display the numbers in my kibana dashbaord in the german language format (like 1.000,00). The German Format is allready in numeral. How can i apply the format provided by numeral? |
I'm going to close this issue out in favor of #17201. While that is a much newer issue than this one, it contains a lot of information about our current localization effort, and it's best if we don't fragment the discussion across multiple issues. |
(ie ensuring that all the text is in whatever language the browser is set to ... eg replacing all the strings in places like https://github.com/elasticsearch/kibana/blob/master/src/app/panels/dashcontrol/editor.html with tokens that can vary from language)
Plus if it's not planned yet - any thoughts on how architecturally you would eventually likely do that (I think there's not yet a consensus "standard approach" for AngularJS like there are for older technologies)?
If you put any thoughts down then should we need to add localization to our fork in the meantime (say 25% chance in the next 4 months), we can do it in a way that is most likely to be able to be contributed back via pull request.
The text was updated successfully, but these errors were encountered: