aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-04-11 01:52:09 +0800
committermarcus <marcus@FreeBSD.org>2005-04-11 01:52:09 +0800
commit3e65227e710b890b6cddb8fdc67b362472427dd5 (patch)
tree02023178f7ac250448d3c640a812b016122fad92
parent53f5ff72c55060f8a45a69369c4e1465fa93f835 (diff)
downloadfreebsd-ports-gnome-3e65227e710b890b6cddb8fdc67b362472427dd5.tar.gz
freebsd-ports-gnome-3e65227e710b890b6cddb8fdc67b362472427dd5.tar.zst
freebsd-ports-gnome-3e65227e710b890b6cddb8fdc67b362472427dd5.zip
Fix the Japanese date format string to make the GNOME clock applet cleaner
in that locale. PR: 79672 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
-rw-r--r--x11/gnome-panel/files/patch-po_ja.po20
-rw-r--r--x11/gnomepanel/files/patch-po_ja.po20
2 files changed, 40 insertions, 0 deletions
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"