[gnomemm-website] Mark images as non-translatable



commit af9244178c1f0bf17dac38a9f10652d81624f570
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Mon Jun 8 10:03:42 2015 +0200

    Mark images as non-translatable
    
    The images gtk-logo.png and GNOME-logo.png don't contain text. Mark them as
    non-translatable. If they are translatable, they result in broken links on
    https://l10n.gnome.org/module/gnomemm-website/site/master/<lang>/images/.
    Bug #748470.

 docs/C/index.docbook |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/C/index.docbook b/docs/C/index.docbook
index 1c4bd51..8b28f1f 100644
--- a/docs/C/index.docbook
+++ b/docs/C/index.docbook
@@ -4,7 +4,7 @@
 ]>
 
 <!-- The header menu, sidebar menu, and footer. -->
-<book>
+<book xmlns:its="http://www.w3.org/2005/11/its";>
   <bookinfo>
     <title>gtkmm</title>
     <subtitle>C++ Interfaces for GTK+ and GNOME</subtitle>
@@ -87,14 +87,14 @@
       <para id="sidebar-credits"><informalfigure>
           <mediaobject>
             <imageobject>
-              <imagedata fileref="../images/gtk-logo.png"/>
+              <imagedata its:translate="no" fileref="../images/gtk-logo.png"/>
             </imageobject>
           </mediaobject>
           <ulink url="http://www.gtk.org"/>
         </informalfigure><informalfigure>
           <mediaobject>
             <imageobject>
-              <imagedata fileref="../images/GNOME-logo.png"/>
+              <imagedata its:translate="no" fileref="../images/GNOME-logo.png"/>
             </imageobject>
           </mediaobject>
           <ulink url="http://www.gnome.org"/>


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