[gnome-getting-started-docs] revert the revert to keep the translator hints in



commit 8a2e9fe77385b907c4ff46081d1bdafb3ee70c72
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Mar 26 15:23:54 2013 +0100

    revert the revert to keep the translator hints in
    
    - turns out itstool is happy despite the different namespace
      shorthand

 figures/render-figures.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/figures/render-figures.py b/figures/render-figures.py
index 9181b1b..351ac99 100755
--- a/figures/render-figures.py
+++ b/figures/render-figures.py
@@ -28,10 +28,10 @@ for fname in glob.glob('*svg'):
   global svg
   
   print("processing %s" % (fname))
-  os.system("inkscape --vacuum-defs -l %s %s" % (TEMP, fname))
+  #os.system("inkscape --vacuum-defs -l %s %s" % (TEMP, fname))
   #plain SVG would strip the itst namespace
   #needed to give context to translators
-  #shutil.copyfile(fname,TEMP)
+  shutil.copyfile(fname,TEMP)
   svg = ElementTree.parse(TEMP)
   #FIXME: thumbs jsou GNOME, zbytek BLANK
   if (fname[:8]=="gs-thumb"):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]