Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.0.0.Final, 3.1.0.Beta1
-
Fix Version/s: 3.1.0.Beta1
-
Component/s: Documentation
-
Labels:None
-
Environment:Documentation online. Here the link: http://docs.jboss.org/seam/3/latest/reference/en-US/html_single/#solder-logging
Description
search the keyword 'TrainMessages_fr.properties' on the page site. There is an error:
The correct name should be:
TrainMessages.i18n_fr.propertie
else the generation of the implementation classes doesn't work.
The correct pattern is described here:
on the constant:
private static final String TRANSLATION_FILE_EXTENSION_PATTERN = ".i18n_[a-z](_[A-Z])
{0,2}
.properties";
Gliffy Diagrams
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Fixed on pull request https://github.com/seam/solder/pull/36