[gnome-devel-docs/wip/translations: 2/3] Set email untranslatable in programming guidelines



commit 997740904e4ac8dde4c566faca605cab6766cc89
Author: David King <amigadave amigadave com>
Date:   Thu Mar 20 22:02:55 2014 +0000

    Set email untranslatable in programming guidelines
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726538

 programming-guidelines/C/additional-materials.page |    3 ++-
 programming-guidelines/C/c-coding-style.page       |    3 ++-
 programming-guidelines/C/index.page                |    7 ++++---
 programming-guidelines/C/writing-good-code.page    |    7 ++++---
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/programming-guidelines/C/additional-materials.page 
b/programming-guidelines/C/additional-materials.page
index e263374..27670ee 100644
--- a/programming-guidelines/C/additional-materials.page
+++ b/programming-guidelines/C/additional-materials.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="guide" style="task"
       id="additional-materials">
 
@@ -7,7 +8,7 @@
     
     <credit type="author copyright">
       <name>Federico Mena-Quintero</name>
-      <email>federico gnome org</email>
+      <email its:translate="no">federico gnome org</email>
       <years>2013</years>
     </credit>
 
diff --git a/programming-guidelines/C/c-coding-style.page b/programming-guidelines/C/c-coding-style.page
index ed8992f..1883d68 100644
--- a/programming-guidelines/C/c-coding-style.page
+++ b/programming-guidelines/C/c-coding-style.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="guide" style="task"
       id="c-coding-style">
 
@@ -7,7 +8,7 @@
 
     <credit type="author copyright">
       <name>Federico Mena-Quintero</name>
-      <email>federico gnome org</email>
+      <email its:translate="no">federico gnome org</email>
       <years>2013</years>
     </credit>
     <credit type="author copyright">
diff --git a/programming-guidelines/C/index.page b/programming-guidelines/C/index.page
index 8c7ed78..9f8b7c0 100644
--- a/programming-guidelines/C/index.page
+++ b/programming-guidelines/C/index.page
@@ -1,20 +1,21 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="guide" style="task"
       id="index">
 
   <info>
     <credit type="author copyright">
       <name>Federico Mena-Quintero</name>
-      <email>federico gnome org</email>
+      <email its:translate="no">federico gnome org</email>
       <years>2013</years>
     </credit>
     <credit type="author copyright">
       <name>Miguel de Icaza</name>
-      <email>miguel gnome org</email>
+      <email its:translate="no">miguel gnome org</email>
     </credit>
     <credit type="author copyright">
       <name>Morten Welinder</name>
-      <email>mortenw gnome org</email>
+      <email its:translate="no">mortenw gnome org</email>
     </credit>
     <credit type="publisher">
       <name>GNOME Foundation</name>
diff --git a/programming-guidelines/C/writing-good-code.page b/programming-guidelines/C/writing-good-code.page
index 2bfbb5e..e824144 100644
--- a/programming-guidelines/C/writing-good-code.page
+++ b/programming-guidelines/C/writing-good-code.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="guide" style="task"
       id="writing-good-code">
 
@@ -7,16 +8,16 @@
     
     <credit type="author copyright">
       <name>Federico Mena-Quintero</name>
-      <email>federico gnome org</email>
+      <email its:translate="no">federico gnome org</email>
       <years>2013</years>
     </credit>
     <credit type="author copyright">
       <name>Miguel de Icaza</name>
-      <email>miguel gnome org</email>
+      <email its:translate="no">miguel gnome org</email>
     </credit>
     <credit type="author copyright">
       <name>Morten Welinder</name>
-      <email>mortenw gnome org</email>
+      <email its:translate="no">mortenw gnome org</email>
     </credit>
 
     <desc>Good, readable code keeps the project maintainable</desc>


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