JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 48df366..61546d4 100644 (file)
@@ -280,13 +280,18 @@ Packer.prototype = {
             }
             var str = File.read(file);
             var str = this.pack(str, file, minfile);
+            
+            
             if (str.length) {
                 File.write(minfile, str);
             }
             
              
           
-        }  
+        }
+        
+        // if we are translating, write the translations strings at the top
+        // of the file..
         if (this.translateJSON) {