whoami
(whoami)
August 7, 2018, 8:12am
1
does kibana 6.3 drop feture translate?
I try to use translate like below in html,
<span>{{ 'SUBMIT' | translate }}</span>
but return:
angular.js:14800 Error: [$injector:unpr] Unknown provider: translateFilterProvider <- translateFilter
but kibana 5.4 is OK.
I also tried method mentioned at: https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md
<input type="text" placeholder="{{'SUBMIT' | i18n: {
defaultMessage: 'Search'
} }}">
but get error:
Error: [$injector:unpr] Unknown provider: i18nFilterProvider <- i18nFilter
Hey @whoami ,
does kibana 6.3 drop feture translate?
Kind of, angular-translate
was removed from Kibana's dependencies, see the reasoning here .
I also tried method mentioned at: https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md
The "new" i18n isn't fully implemented yet and hence not supported, please follow this GitHub issue to know when it's ready and released.
Best,
Oleg
whoami
(whoami)
August 8, 2018, 1:35am
3
so currently, we cannot use i18n in kibana 6.3?
There is no hard timeline set yet, so as I said above, follow this GitHub issue to know when i18n is ready.
system
(system)
Closed
September 10, 2018, 6:45am
7
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.