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

i18n priority criteria #19

Open
luigidellaquila opened this issue Mar 26, 2012 · 0 comments
Open

i18n priority criteria #19

luigidellaquila opened this issue Mar 26, 2012 · 0 comments

Comments

@luigidellaquila
Copy link
Member

i18n priority criteria should be reviewed as follows:

for a class (higher to lower priority):

  • i18n file
  • feature on XML annotation
  • feature on java annotation

for subclasses: these criteria should be applied for each class in the hierarchy.

es.

class Employee extends Person

priorities (higher to lower):
Employee.fieldName.label (i18n)
Employee.xml
Employee.java (annotation)
Person.fieldName.label (i18n)
Person.xml
Person.java (annotation)
Object.fieldName.label (i18n)
Object.xml

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

1 participant