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

Move texts from xhtml/java into oxtrust_en.properties #913

Closed
yurem opened this issue Mar 22, 2018 · 2 comments
Closed

Move texts from xhtml/java into oxtrust_en.properties #913

yurem opened this issue Mar 22, 2018 · 2 comments
Assignees
Milestone

Comments

@yurem
Copy link
Contributor

yurem commented Mar 22, 2018

oxTrust has full i18n support. It also allow to customize oxtrust_{xy}.properties via external resources. But in xhtml/java there are texts. We need to move all texts to oxtrust_en.properties.

Example for java:

    @Inject
    private FacesMessages facesMessages;

    facesMessages.add("#{msg['string.key]}");
    facesMessages.add(Severity severity, "#{msg['string.key]}") {
    facesMessages.add(String clientId, Severity severity, "#{msg['string.key]}") {
    facesMessages.add(Severity severity, "#{msg['string.key]}", Object ... params) {

Example for xhtml:

#{msg['string.key']}
@yurem yurem added this to the 3.1.4 milestone Mar 22, 2018
@shekhar16
Copy link
Collaborator

shekhar16 commented May 20, 2018

b1496d5

@syntrydy
Copy link
Collaborator

More text has been move to properties files in other issues, plus the one moved in this issue.

Also moving text to properties file is a progressive task, we fix them ask we see them in code.

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

3 participants