[gnome-calculator/f20] Fix dutch translation of keywords

Richard Hughes rhughes at fedoraproject.org
Mon Nov 11 13:18:40 UTC 2013


commit cc2e321b4bef02d2713984b324fbdc3e3064fe54
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Nov 11 13:19:00 2013 +0000

    Fix dutch translation of keywords

 0001-Fixed-Dutch-translation.patch |   26 ++++++++++++++++++++++++++
 gnome-calculator.spec              |    3 +++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/0001-Fixed-Dutch-translation.patch b/0001-Fixed-Dutch-translation.patch
new file mode 100644
index 0000000..6c7d0e9
--- /dev/null
+++ b/0001-Fixed-Dutch-translation.patch
@@ -0,0 +1,26 @@
+From 74808190cf41000ff4d879ad66f51344db5ab5d3 Mon Sep 17 00:00:00 2001
+From: Richard Hughes <richard at hughsie.com>
+Date: Mon, 11 Nov 2013 13:15:46 +0000
+Subject: [PATCH] Fixed Dutch translation
+
+This was preventing validation of the desktop file.
+---
+ po/nl.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/nl.po b/po/nl.po
+index a65de1b..f3265ab 100644
+--- a/po/nl.po
++++ b/po/nl.po
+@@ -472,7 +472,7 @@ msgstr "Rekenkundige, wetenschappelijke of financiƫle berekeningen uitvoeren"
+ msgid "calculation;arithmetic;scientific;financial;"
+ msgstr ""
+ "calculation;arithmetic;scientific;financial;rekenkundig;wetenschappelijk;"
+-"financieel"
++"financieel;"
+ 
+ #: ../data/org.gnome.calculator.gschema.xml.in.h:1
+ msgid "Accuracy value"
+-- 
+1.8.3.1
+
diff --git a/gnome-calculator.spec b/gnome-calculator.spec
index acc8ffd..a454a38 100644
--- a/gnome-calculator.spec
+++ b/gnome-calculator.spec
@@ -9,6 +9,8 @@ URL:            http://live.gnome.org/Gcalctool
 #VCS: git:git://git.gnome.org/gcalctool
 Source0:        http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
 
+Patch0:         0001-Fixed-Dutch-translation.patch
+
 BuildRequires: glib2-devel
 BuildRequires: gtk3-devel
 BuildRequires: libsoup-devel
@@ -34,6 +36,7 @@ to do its arithmetic to give a high degree of accuracy.
 
 %prep
 %setup -q
+%patch0 -p1 -b .fix-dutch-translation
 
 
 %build


More information about the scm-commits mailing list