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

LightAdmin Internationalization (i18n) #87

Open
max-dev opened this issue Oct 20, 2013 · 2 comments
Open

LightAdmin Internationalization (i18n) #87

max-dev opened this issue Oct 20, 2013 · 2 comments
Assignees
Labels

Comments

@max-dev
Copy link
Member

max-dev commented Oct 20, 2013

Currently, the only way to do it would be:

fragmentBuilder.field( "name" ).caption(messageSource.getMessage("Names") )
@max-dev max-dev self-assigned this Sep 8, 2014
@agustisanchez
Copy link

I think adding a convenience method like captionKey(String key) would suffice.

public ... captionKey(String key){
   return caption(messageSource.getMessage(key);
}

@elwin013
Copy link
Contributor

I've created pull request with changes (i18n for field captions, screen names, singular/plurar name and language switcher): #250

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

No branches or pull requests

3 participants