From 3e65227e710b890b6cddb8fdc67b362472427dd5 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 10 Apr 2005 17:52:09 +0000 Subject: Fix the Japanese date format string to make the GNOME clock applet cleaner in that locale. PR: 79672 Submitted by: NIIMI Satoshi --- x11/gnome-panel/files/patch-po_ja.po | 20 ++++++++++++++++++++ x11/gnomepanel/files/patch-po_ja.po | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 x11/gnome-panel/files/patch-po_ja.po create mode 100644 x11/gnomepanel/files/patch-po_ja.po diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po new file mode 100644 index 000000000000..1d3343b4140e --- /dev/null +++ b/x11/gnome-panel/files/patch-po_ja.po @@ -0,0 +1,20 @@ +--- po/ja.po.orig Mon Mar 7 23:15:19 2005 ++++ po/ja.po Fri Apr 8 14:12:28 2005 +@@ -105,7 +105,7 @@ + #. + #: ../applets/clock/clock.c:281 + msgid "%a %b %e" +-msgstr "%b%e日 (%a)" ++msgstr "%B%e日 (%a)" + + #. translators: reverse the order of these arguments + #. * if the time should come before the +@@ -138,7 +138,7 @@ + #. we will display the start date in the most abbreviated way possible. + #: ../applets/clock/clock.c:591 + msgid "%b %d" +-msgstr "%b%e日" ++msgstr "%B%e日" + + #: ../applets/clock/clock.c:890 + msgid "Tasks" diff --git a/x11/gnomepanel/files/patch-po_ja.po b/x11/gnomepanel/files/patch-po_ja.po new file mode 100644 index 000000000000..1d3343b4140e --- /dev/null +++ b/x11/gnomepanel/files/patch-po_ja.po @@ -0,0 +1,20 @@ +--- po/ja.po.orig Mon Mar 7 23:15:19 2005 ++++ po/ja.po Fri Apr 8 14:12:28 2005 +@@ -105,7 +105,7 @@ + #. + #: ../applets/clock/clock.c:281 + msgid "%a %b %e" +-msgstr "%b%e日 (%a)" ++msgstr "%B%e日 (%a)" + + #. translators: reverse the order of these arguments + #. * if the time should come before the +@@ -138,7 +138,7 @@ + #. we will display the start date in the most abbreviated way possible. + #: ../applets/clock/clock.c:591 + msgid "%b %d" +-msgstr "%b%e日" ++msgstr "%B%e日" + + #: ../applets/clock/clock.c:890 + msgid "Tasks" -- cgit