[gnome-maps] Disable the .te keyword translation

Richard Hughes rhughes at fedoraproject.org
Thu Nov 14 19:46:41 UTC 2013


commit 02c4866dc8c31cc36a8b58166b07257470b3f96d
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Nov 13 15:50:16 2013 +0000

    Disable the .te keyword translation
    
    I'm not sure how to add a trailing ';' with the trailing combining char.

 fix-translation.patch |   15 +++++++++++++++
 gnome-maps.spec       |    3 +++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/fix-translation.patch b/fix-translation.patch
new file mode 100644
index 0000000..0a8fc6b
--- /dev/null
+++ b/fix-translation.patch
@@ -0,0 +1,15 @@
+diff --git a/po/te.po b/po/te.po
+index 3c8eddd..e1da4a4 100644
+--- a/po/te.po
++++ b/po/te.po
+@@ -56,8 +56,8 @@ msgid "A simple maps application"
+ msgstr "ఒక సరళ పటముల అనువర్తనం"
+ 
+ #: ../data/gnome-maps.desktop.in.in.h:3
+-msgid "Maps;"
+-msgstr "పటాలు"
++#msgid "Maps;"
++#msgstr "పటాలు"
+ 
+ #: ../data/org.gnome.maps.gschema.xml.in.h:1
+ msgid "Window size"
diff --git a/gnome-maps.spec b/gnome-maps.spec
index 9642293..40a5309 100644
--- a/gnome-maps.spec
+++ b/gnome-maps.spec
@@ -7,6 +7,8 @@ License:        GPLv2+
 URL:            http://wiki.gnome.org/Maps
 Source0:        http://download.gnome.org/sources/gnome-maps/3.10/gnome-maps-%{version}.tar.xz
 
+Patch0:         fix-translation.patch
+
 BuildArch:      noarch
 
 BuildRequires:  gjs-devel
@@ -35,6 +37,7 @@ GNOME Maps is a simple map application for the GNOME desktop.
 
 %prep
 %setup -q
+%patch0 -p1 -b .fix-translation
 
 
 %build


More information about the scm-commits mailing list