src/JsRender/Roo.vala
[app.Builder.js] / src / JsRender / Roo.vala
index 372c73b..2eaba7a 100644 (file)
@@ -87,7 +87,7 @@ namespace JsRender {
         {
             
                                 
-                       print("load Items!");
+                       GLib.debug("load Items!");
                        if (this.tree != null) {
                                return;
                        }
@@ -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()