Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
5.3
-
None
Description
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.