src/JsRender/Roo.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 07:00:47 +0000 (15:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 07:00:47 +0000 (15:00 +0800)
src/JsRender/Roo.vala

index 372c73b..97935cc 100644 (file)
@@ -403,7 +403,9 @@ namespace JsRender {
          */
         public override string toSourceCode() 
         {
-               return this.toSource();
+                       this.transStrings = new Gee.HashMap<string,string>();
+                       this.findTransStrings(this.tree);
+                       return this.toSource();
                }
          
         public override string toSource()