-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 5.3
-
Component/s: contrib - Velocity
-
Labels:None
A little obscure, this bug. It surfaces when when trying to look up a resource of a different locale than the v.locale controlled locale. Here's an example (using the example/files resource bundles):
#set($locales = ["en_US","de_DE","fr_FR"]) #foreach($locale in $locales) <li>$locale: $resource.get("find", "resources", $locale)</li> #end
It returns "Find" for every item, but should be three different language values returned.