Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 B4
-
Fix Version/s: 1.0 B5
-
Component/s: {Unused} Core
-
Labels:None
-
Similar issues:
Description
We need to pass parameters to a translation.
Exemple:
In the bundle document :
key=We have
new documents with
{1}objects
In the wiki document :
$msg.get("key", "12", "3")
will render
We have 12 new documents with 3 objects