diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-07 10:04:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-07 10:04:46 +0800 |
commit | edf25d7778486cb2f93de2542969c26b8c8efb72 (patch) | |
tree | 7a162fb46b556f0c06c6bfd1943e1fafc7c5b5a5 | |
parent | 3c6d33753c352de6fc8f32204f145d4334d2e1b4 (diff) | |
download | marcuscom-ports-edf25d7778486cb2f93de2542969c26b8c8efb72.tar marcuscom-ports-edf25d7778486cb2f93de2542969c26b8c8efb72.tar.gz marcuscom-ports-edf25d7778486cb2f93de2542969c26b8c8efb72.tar.bz2 marcuscom-ports-edf25d7778486cb2f93de2542969c26b8c8efb72.tar.lz marcuscom-ports-edf25d7778486cb2f93de2542969c26b8c8efb72.tar.xz marcuscom-ports-edf25d7778486cb2f93de2542969c26b8c8efb72.tar.zst marcuscom-ports-edf25d7778486cb2f93de2542969c26b8c8efb72.zip |
Fix bad Vietnamese translation that caused all panel icons to disappear, and
the Theme capplet not to work. Funny thing is, they ALLOW translation
updates durign a hard code freeze. Don't tell me these things are harmless.
See http://bugzilla.gnome.org/show_bug.cgi?id=315410 for more details.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4761 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/libgnome/Makefile | 3 | ||||
-rw-r--r-- | x11/libgnome/files/patch-po_vi.po | 18 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 5f5b48ce3..c3ba90fb7 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,11 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.58 2005/08/24 02:05:27 marcus Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.59 2005/09/06 16:34:14 kwm Exp $ # PORTNAME= libgnome PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 diff --git a/x11/libgnome/files/patch-po_vi.po b/x11/libgnome/files/patch-po_vi.po new file mode 100644 index 000000000..f80b49a42 --- /dev/null +++ b/x11/libgnome/files/patch-po_vi.po @@ -0,0 +1,18 @@ +--- po/vi.po.orig Tue Sep 6 21:49:15 2005 ++++ po/vi.po Tue Sep 6 21:49:35 2005 +@@ -704,7 +704,7 @@ + msgstr "" + "Mô-đun cần dùng là mô hình hệ thống tập tin cho ô điều khiển của GtkFileChooser. Giá " + "trị có thể là:\n" +-" • gnome-vfs,\b" ++" • gnome-vfs," + " • gtk+." + + #: ../schemas/desktop_gnome_interface.schemas.in.h:22 +@@ -1041,4 +1041,4 @@ + + #: ../schemas/desktop_gnome_typing_break.schemas.in.h:8 + msgid "Whether or not the typing break screen can be postponed." +-msgstr "Có cho phép hoãn thư giãn nhập liệu hay không." +\ No newline at end of file ++msgstr "Có cho phép hoãn thư giãn nhập liệu hay không." |