-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.3, 5.4, 5.2, 5.1
-
Fix Version/s: None
-
Component/s: tapestry-ioc
The generated filenames by the "LocalizedNameGenerator" class is incorrect for LV and V cases.
For instance, for "foo.properties" and locale "en_US_WIN", the generated names are "foo_en_US_WIN.properties", "foo_en_US.properties", "foo__WIN.properties", "foo_en.properties" and "foo.properties".
"foo_WIN.properties" should be "foo_enWIN.properties" and it misses "foo__WIN.properties"