[gnome-mahjongg] Marked images in help as untranslatable



commit d0c01014563e3df19881d90b35d6cb77f4bfc0c6
Author: Rashi Aswani <aswanirashi19.gmail.com>
Date:   Wed Feb 26 23:15:24 2014 +0530

    Marked images in help as untranslatable
    
    Marked icon on index.page and images on bonustiles.page as untranslatable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725253

 help/C/bonustiles.page |    4 ++--
 help/C/index.page      |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/help/C/bonustiles.page b/help/C/bonustiles.page
index 8b26246..ae67343 100644
--- a/help/C/bonustiles.page
+++ b/help/C/bonustiles.page
@@ -28,8 +28,8 @@
 
   <figure>
     <title>Bonus tiles</title>
-    <media type="image" mime="image/png" src="figures/black-symbol.png"/>
-    <media type="image" mime="image/png" src="figures/yellow-symbol.png"/>
+    <media type="image" mime="image/png" its:translate="no" src="figures/black-symbol.png"/>
+    <media type="image" mime="image/png" its:translate="no" src="figures/yellow-symbol.png"/>
   </figure>
 
 </page>
diff --git a/help/C/index.page b/help/C/index.page
index 72980fb..89f93cc 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,10 +1,11 @@
 <page xmlns="http://projectmallard.org/1.0/";
+  xmlns:its="http://www.w3.org/2005/11/its";
   id="index"
   type="guide"
   style="2column">
 
   <info>
-    <title type="link" role="trail"><media type="image" src="figures/logo.png" /></title>
+    <title type="link" role="trail"><media type="image" its:translate="no" src="figures/logo.png"/></title>
     <title type="link">Mahjongg</title>
     <title type="text">Mahjongg</title>
     <desc>GNOME Mahjongg help.</desc>
@@ -18,7 +19,7 @@
     </license>
   </info>
 
- <title><media type="image" src="figures/logo32.png">Mahjongg logo</media> Mahjongg</title>
+ <title><media type="image" its:translate="no" src="figures/logo32.png">Mahjongg logo</media> 
Mahjongg</title>
   <p>
   <app>Mahjongg</app> is a simple pattern recognition game. You score points by matching identical tiles.
   </p>


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