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

SimpleI18NProvider does not follow Vaadin's own advice #47

Open
rmuller opened this issue Jan 30, 2019 · 1 comment
Open

SimpleI18NProvider does not follow Vaadin's own advice #47

rmuller opened this issue Jan 30, 2019 · 1 comment

Comments

@rmuller
Copy link

rmuller commented Jan 30, 2019

SimpleI18NProvider#getTranslation(..) returns null. Should be something like:

String.format("!{%s:%s}!", locale, key)

Especially because this is a tutorial :)

@vedran81
Copy link

String.format("!{%s:%s}!", locale, key)

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