From dd07e2808bf4289c394d213f4c0678c8bfc9e18092f926428c5b4261b86bc47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 18 Feb 2020 16:58:33 +0000 Subject: [PATCH] Accepting request 774432 from home:iznogood MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add polari-fix-nb-translation.patch: Fix Norwegian bokmål translation error (glgo#GNOME/polari!145). OBS-URL: https://build.opensuse.org/request/show/774432 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=98 --- polari-fix-nb-translation.patch | 14 ++++++++++++++ polari.changes | 6 ++++++ polari.spec | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 polari-fix-nb-translation.patch diff --git a/polari-fix-nb-translation.patch b/polari-fix-nb-translation.patch new file mode 100644 index 0000000..573fc61 --- /dev/null +++ b/polari-fix-nb-translation.patch @@ -0,0 +1,14 @@ +diff -Nur orig-polari-3.34.1/po/nb.po polari-3.34.1/po/nb.po +--- orig-polari-3.34.1/po/nb.po 2019-12-02 15:50:00.000000000 +0100 ++++ polari-3.34.1/po/nb.po 2020-02-14 21:02:53.563204662 +0100 +@@ -505,8 +505,8 @@ + #, javascript-format + msgid "%d user left" + msgid_plural "%d users left" +-msgstr[0] "%d bruker igjen" +-msgstr[1] "%d brukere igjen" ++msgstr[0] "%d bruker gikk ut" ++msgstr[1] "%d brukere gikk ut" + + #. today + #. Translators: Time in 24h format diff --git a/polari.changes b/polari.changes index 56fab70..ff8fff2 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 14 20:04:40 UTC 2020 - Bjørn Lie + +- Add polari-fix-nb-translation.patch: Fix Norwegian bokmål + translation error (glgo#GNOME/polari!145). + ------------------------------------------------------------------- Sun Jan 5 16:42:03 UTC 2020 - Bjørn Lie diff --git a/polari.spec b/polari.spec index 7d53301..e2748fc 100644 --- a/polari.spec +++ b/polari.spec @@ -28,6 +28,8 @@ Source0: https://download.gnome.org/sources/polari/3.34/%{name}-%{version Source99: polari-rpmlintrc # PATCH-FIX-UPSTREAM polari-appdata-screenshotfix.patch -- appdata: Point screenshots to the stable branch Patch0: polari-appdata-screenshotfix.patch +# PATCH-FIX-UPSTREAM polari-fix-nb-translation.patch glgo#GNOME/polari!145 -- Fix Norwegian bokmål translation +Patch1: polari-fix-nb-translation.patch BuildRequires: gjs >= 1.57.3 BuildRequires: meson >= 0.43.0