Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.11.7, 10.7
-
Unknown
-
N/A
-
N/A
-
Description
When a new Sheet is generated for an XWiki class, it has a default content:
#foreach($prop in $class.properties)
; $prop.prettyName
: $doc.display($prop.getName())
#end
If you want to translate a property like:
Main.MyCoolClass_name=Numele Tau
you will get the same English translations.
Instead of $prop.prettyName we should generate $doc.displayPrettyName($prop.name)