summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gettext-tools/examples/ChangeLog7
-rw-r--r--gettext-tools/examples/Makefile.am27
-rw-r--r--gettext-tools/examples/hello-c++-gnome/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c++-qt/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c++/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c-gnome/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-clisp/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-csharp-forms/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-csharp/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-gawk/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-guile/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-java-awt/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-java-swing/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-java/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-librep/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-objc-gnome/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-objc-gnustep/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-objc/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-pascal/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-perl/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-php/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-python/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-sh/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-smalltalk/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-tcl-tk/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-tcl/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-ycp/po/LINGUAS2
-rw-r--r--gettext-tools/examples/po/LINGUAS2
-rw-r--r--gettext-tools/examples/po/zh_TW.po84
31 files changed, 146 insertions, 28 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index f88adb734..b426f0a62 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-23 Bruno Haible <bruno@clisp.org>
+
+ * po/zh_TW.po: New file, from Abel Cheung <abelcheung@gmail.com>.
+ * po/LINGUAS: Add it.
+ * hello-*/po/LINGUAS: Update.
+ * Makefile.am (EXAMPLESFILES): Add the new message catalogs.
+
2005-05-01 Bruno Haible <bruno@clisp.org>
* hello-csharp/configure.ac, hello-csharp-forms/configure.ac: Call
diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am
index f2dedd9cd..78c97f622 100644
--- a/gettext-tools/examples/Makefile.am
+++ b/gettext-tools/examples/Makefile.am
@@ -58,6 +58,7 @@ EXAMPLESFILES = \
hello-c/po/uk.po \
hello-c/po/vi.po \
hello-c/po/zh_CN.po \
+ hello-c/po/zh_TW.po \
\
hello-c-gnome/INSTALL \
hello-c-gnome/autogen.sh \
@@ -92,6 +93,7 @@ EXAMPLESFILES = \
hello-c-gnome/po/uk.po \
hello-c-gnome/po/vi.po \
hello-c-gnome/po/zh_CN.po \
+ hello-c-gnome/po/zh_TW.po \
\
hello-c++/INSTALL \
hello-c++/autogen.sh \
@@ -123,6 +125,7 @@ EXAMPLESFILES = \
hello-c++/po/uk.po \
hello-c++/po/vi.po \
hello-c++/po/zh_CN.po \
+ hello-c++/po/zh_TW.po \
\
hello-c++-qt/INSTALL \
hello-c++-qt/BUGS \
@@ -155,6 +158,7 @@ EXAMPLESFILES = \
hello-c++-qt/po/uk.po \
hello-c++-qt/po/vi.po \
hello-c++-qt/po/zh_CN.po \
+ hello-c++-qt/po/zh_TW.po \
\
hello-c++-kde/INSTALL \
hello-c++-kde/BUGS \
@@ -213,6 +217,7 @@ EXAMPLESFILES = \
hello-c++-kde/po/uk.po \
hello-c++-kde/po/vi.po \
hello-c++-kde/po/zh_CN.po \
+ hello-c++-kde/po/zh_TW.po \
\
hello-c++-gnome/INSTALL \
hello-c++-gnome/autogen.sh \
@@ -249,6 +254,7 @@ EXAMPLESFILES = \
hello-c++-gnome/po/uk.po \
hello-c++-gnome/po/vi.po \
hello-c++-gnome/po/zh_CN.po \
+ hello-c++-gnome/po/zh_TW.po \
\
hello-objc/INSTALL \
hello-objc/autogen.sh \
@@ -280,6 +286,7 @@ EXAMPLESFILES = \
hello-objc/po/uk.po \
hello-objc/po/vi.po \
hello-objc/po/zh_CN.po \
+ hello-objc/po/zh_TW.po \
\
hello-objc-gnustep/INSTALL \
hello-objc-gnustep/BUGS \
@@ -314,6 +321,7 @@ EXAMPLESFILES = \
hello-objc-gnustep/po/uk.po \
hello-objc-gnustep/po/vi.po \
hello-objc-gnustep/po/zh_CN.po \
+ hello-objc-gnustep/po/zh_TW.po \
\
hello-objc-gnome/INSTALL \
hello-objc-gnome/autogen.sh \
@@ -348,6 +356,7 @@ EXAMPLESFILES = \
hello-objc-gnome/po/uk.po \
hello-objc-gnome/po/vi.po \
hello-objc-gnome/po/zh_CN.po \
+ hello-objc-gnome/po/zh_TW.po \
\
hello-sh/INSTALL \
hello-sh/autogen.sh \
@@ -378,6 +387,7 @@ EXAMPLESFILES = \
hello-sh/po/uk.po \
hello-sh/po/vi.po \
hello-sh/po/zh_CN.po \
+ hello-sh/po/zh_TW.po \
\
hello-python/INSTALL \
hello-python/autogen.sh \
@@ -408,6 +418,7 @@ EXAMPLESFILES = \
hello-python/po/uk.po \
hello-python/po/vi.po \
hello-python/po/zh_CN.po \
+ hello-python/po/zh_TW.po \
\
hello-clisp/INSTALL \
hello-clisp/autogen.sh \
@@ -438,6 +449,7 @@ EXAMPLESFILES = \
hello-clisp/po/uk.po \
hello-clisp/po/vi.po \
hello-clisp/po/zh_CN.po \
+ hello-clisp/po/zh_TW.po \
\
hello-librep/INSTALL \
hello-librep/autogen.sh \
@@ -468,6 +480,7 @@ EXAMPLESFILES = \
hello-librep/po/uk.po \
hello-librep/po/vi.po \
hello-librep/po/zh_CN.po \
+ hello-librep/po/zh_TW.po \
\
hello-guile/INSTALL \
hello-guile/autogen.sh \
@@ -498,6 +511,7 @@ EXAMPLESFILES = \
hello-guile/po/uk.po \
hello-guile/po/vi.po \
hello-guile/po/zh_CN.po \
+ hello-guile/po/zh_TW.po \
\
hello-smalltalk/INSTALL \
hello-smalltalk/autogen.sh \
@@ -528,6 +542,7 @@ EXAMPLESFILES = \
hello-smalltalk/po/uk.po \
hello-smalltalk/po/vi.po \
hello-smalltalk/po/zh_CN.po \
+ hello-smalltalk/po/zh_TW.po \
\
hello-java/INSTALL \
hello-java/autogen.sh \
@@ -558,6 +573,7 @@ EXAMPLESFILES = \
hello-java/po/uk.po \
hello-java/po/vi.po \
hello-java/po/zh_CN.po \
+ hello-java/po/zh_TW.po \
\
hello-java-awt/INSTALL \
hello-java-awt/BUGS \
@@ -591,6 +607,7 @@ EXAMPLESFILES = \
hello-java-awt/po/uk.po \
hello-java-awt/po/vi.po \
hello-java-awt/po/zh_CN.po \
+ hello-java-awt/po/zh_TW.po \
\
hello-java-swing/INSTALL \
hello-java-swing/BUGS \
@@ -624,6 +641,7 @@ EXAMPLESFILES = \
hello-java-swing/po/uk.po \
hello-java-swing/po/vi.po \
hello-java-swing/po/zh_CN.po \
+ hello-java-swing/po/zh_TW.po \
\
hello-csharp/INSTALL \
hello-csharp/autogen.sh \
@@ -654,6 +672,7 @@ EXAMPLESFILES = \
hello-csharp/po/uk.po \
hello-csharp/po/vi.po \
hello-csharp/po/zh_CN.po \
+ hello-csharp/po/zh_TW.po \
\
hello-csharp-forms/INSTALL \
hello-csharp-forms/BUGS \
@@ -685,6 +704,7 @@ EXAMPLESFILES = \
hello-csharp-forms/po/uk.po \
hello-csharp-forms/po/vi.po \
hello-csharp-forms/po/zh_CN.po \
+ hello-csharp-forms/po/zh_TW.po \
\
hello-gawk/INSTALL \
hello-gawk/autogen.sh \
@@ -715,6 +735,7 @@ EXAMPLESFILES = \
hello-gawk/po/uk.po \
hello-gawk/po/vi.po \
hello-gawk/po/zh_CN.po \
+ hello-gawk/po/zh_TW.po \
\
hello-pascal/INSTALL \
hello-pascal/autogen.sh \
@@ -746,6 +767,7 @@ EXAMPLESFILES = \
hello-pascal/po/uk.po \
hello-pascal/po/vi.po \
hello-pascal/po/zh_CN.po \
+ hello-pascal/po/zh_TW.po \
\
hello-ycp/INSTALL \
hello-ycp/autogen.sh \
@@ -776,6 +798,7 @@ EXAMPLESFILES = \
hello-ycp/po/uk.po \
hello-ycp/po/vi.po \
hello-ycp/po/zh_CN.po \
+ hello-ycp/po/zh_TW.po \
\
hello-tcl/INSTALL \
hello-tcl/autogen.sh \
@@ -806,6 +829,7 @@ EXAMPLESFILES = \
hello-tcl/po/uk.po \
hello-tcl/po/vi.po \
hello-tcl/po/zh_CN.po \
+ hello-tcl/po/zh_TW.po \
\
hello-tcl-tk/INSTALL \
hello-tcl-tk/autogen.sh \
@@ -836,6 +860,7 @@ EXAMPLESFILES = \
hello-tcl-tk/po/uk.po \
hello-tcl-tk/po/vi.po \
hello-tcl-tk/po/zh_CN.po \
+ hello-tcl-tk/po/zh_TW.po \
\
hello-perl/INSTALL \
hello-perl/autogen.sh \
@@ -867,6 +892,7 @@ EXAMPLESFILES = \
hello-perl/po/uk.po \
hello-perl/po/vi.po \
hello-perl/po/zh_CN.po \
+ hello-perl/po/zh_TW.po \
\
hello-php/INSTALL \
hello-php/README \
@@ -898,6 +924,7 @@ EXAMPLESFILES = \
hello-php/po/uk.po \
hello-php/po/vi.po \
hello-php/po/zh_CN.po \
+ hello-php/po/zh_TW.po \
\
README
diff --git a/gettext-tools/examples/hello-c++-gnome/po/LINGUAS b/gettext-tools/examples/hello-c++-gnome/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-c++-gnome/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++-gnome/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-c++-kde/po/LINGUAS b/gettext-tools/examples/hello-c++-kde/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-c++-kde/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++-kde/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-c++-qt/po/LINGUAS b/gettext-tools/examples/hello-c++-qt/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-c++-qt/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++-qt/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-c++/po/LINGUAS b/gettext-tools/examples/hello-c++/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-c++/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-c-gnome/po/LINGUAS b/gettext-tools/examples/hello-c-gnome/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-c-gnome/po/LINGUAS
+++ b/gettext-tools/examples/hello-c-gnome/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-c/po/LINGUAS b/gettext-tools/examples/hello-c/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-c/po/LINGUAS
+++ b/gettext-tools/examples/hello-c/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-clisp/po/LINGUAS b/gettext-tools/examples/hello-clisp/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-clisp/po/LINGUAS
+++ b/gettext-tools/examples/hello-clisp/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-csharp-forms/po/LINGUAS b/gettext-tools/examples/hello-csharp-forms/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-csharp-forms/po/LINGUAS
+++ b/gettext-tools/examples/hello-csharp-forms/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-csharp/po/LINGUAS b/gettext-tools/examples/hello-csharp/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-csharp/po/LINGUAS
+++ b/gettext-tools/examples/hello-csharp/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-gawk/po/LINGUAS b/gettext-tools/examples/hello-gawk/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-gawk/po/LINGUAS
+++ b/gettext-tools/examples/hello-gawk/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-guile/po/LINGUAS b/gettext-tools/examples/hello-guile/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-guile/po/LINGUAS
+++ b/gettext-tools/examples/hello-guile/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-java-awt/po/LINGUAS b/gettext-tools/examples/hello-java-awt/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-java-awt/po/LINGUAS
+++ b/gettext-tools/examples/hello-java-awt/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-java-swing/po/LINGUAS b/gettext-tools/examples/hello-java-swing/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-java-swing/po/LINGUAS
+++ b/gettext-tools/examples/hello-java-swing/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-java/po/LINGUAS b/gettext-tools/examples/hello-java/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-java/po/LINGUAS
+++ b/gettext-tools/examples/hello-java/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-librep/po/LINGUAS b/gettext-tools/examples/hello-librep/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-librep/po/LINGUAS
+++ b/gettext-tools/examples/hello-librep/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-objc-gnome/po/LINGUAS b/gettext-tools/examples/hello-objc-gnome/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-objc-gnome/po/LINGUAS
+++ b/gettext-tools/examples/hello-objc-gnome/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS b/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS
+++ b/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-objc/po/LINGUAS b/gettext-tools/examples/hello-objc/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-objc/po/LINGUAS
+++ b/gettext-tools/examples/hello-objc/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-pascal/po/LINGUAS b/gettext-tools/examples/hello-pascal/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-pascal/po/LINGUAS
+++ b/gettext-tools/examples/hello-pascal/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-perl/po/LINGUAS b/gettext-tools/examples/hello-perl/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-perl/po/LINGUAS
+++ b/gettext-tools/examples/hello-perl/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-php/po/LINGUAS b/gettext-tools/examples/hello-php/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-php/po/LINGUAS
+++ b/gettext-tools/examples/hello-php/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-python/po/LINGUAS b/gettext-tools/examples/hello-python/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-python/po/LINGUAS
+++ b/gettext-tools/examples/hello-python/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-sh/po/LINGUAS b/gettext-tools/examples/hello-sh/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-sh/po/LINGUAS
+++ b/gettext-tools/examples/hello-sh/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-smalltalk/po/LINGUAS b/gettext-tools/examples/hello-smalltalk/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-smalltalk/po/LINGUAS
+++ b/gettext-tools/examples/hello-smalltalk/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-tcl-tk/po/LINGUAS b/gettext-tools/examples/hello-tcl-tk/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-tcl-tk/po/LINGUAS
+++ b/gettext-tools/examples/hello-tcl-tk/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-tcl/po/LINGUAS b/gettext-tools/examples/hello-tcl/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-tcl/po/LINGUAS
+++ b/gettext-tools/examples/hello-tcl/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/hello-ycp/po/LINGUAS b/gettext-tools/examples/hello-ycp/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/hello-ycp/po/LINGUAS
+++ b/gettext-tools/examples/hello-ycp/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/po/LINGUAS b/gettext-tools/examples/po/LINGUAS
index 49ccf6223..06adc9c43 100644
--- a/gettext-tools/examples/po/LINGUAS
+++ b/gettext-tools/examples/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN zh_TW
diff --git a/gettext-tools/examples/po/zh_TW.po b/gettext-tools/examples/po/zh_TW.po
new file mode 100644
index 000000000..fdbb8867c
--- /dev/null
+++ b/gettext-tools/examples/po/zh_TW.po
@@ -0,0 +1,84 @@
+# traditional Chinese translation of gettext-examples.
+# Copyright (C) 2005 Yoyodyne, Inc.
+# Abel Cheung <abelcheung@gmail.com>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gettext-examples 0.14.3\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"POT-Creation-Date: 2005-01-29 17:39+0100\n"
+"PO-Revision-Date: 2005-04-17 17:08+0800\n"
+"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
+"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello-c/hello.c:31 hello-c-gnome/hello.c:47 hello-c++/hello.cc:40
+#: hello-c++-qt/hello.cc:46 hello-c++-kde/hellowindow.cc:42
+#: hello-c++-gnome/hello.cc:51 hello-objc/hello.m:31
+#: hello-objc-gnustep/Hello.m:50 hello-objc-gnome/hello.m:48
+#: hello-sh/hello.sh:15 hello-python/hello.py.in:13
+#: hello-clisp/hello.lisp.in:12 hello-librep/hello.jl.in:13
+#: hello-guile/hello.scm:16 hello-smalltalk/hello.st.in:32
+#: hello-java/Hello.java:15 hello-java-awt/Hello.java:24
+#: hello-java-swing/Hello.java:21 hello-csharp/hello.cs:15
+#: hello-csharp-forms/hello.cs:30 hello-gawk/hello.awk:12
+#: hello-pascal/hello.hello_world hello-ycp/hello.ycp:16
+#: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:14
+#: hello-perl/hello-1.pl.in:18 hello-perl/hello-2.pl.in:13
+#: hello-php/hello.php:13
+msgid "Hello, world!"
+msgstr "您好!"
+
+#: hello-c/hello.c:32 hello-c-gnome/hello.c:52 hello-c++/hello.cc:41
+#: hello-c++-gnome/hello.cc:56 hello-objc/hello.m:32
+#: hello-objc-gnustep/Hello.m:59 hello-objc-gnome/hello.m:53
+#: hello-librep/hello.jl.in:15 hello-gawk/hello.awk:13
+#: hello-pascal/hello.running_as hello-tcl/hello.tcl:13
+#: hello-tcl-tk/hello.tcl:17 hello-perl/hello-1.pl.in:20
+#: hello-php/hello.php:15
+#, php-format
+msgid "This program is running as process number %d."
+msgstr "本程式正在執行中,進程編號為 %d。"
+
+#: hello-c++-qt/hello.cc:53 hello-c++-kde/hellowindow.cc:49
+#: hello-smalltalk/hello.st.in:33 hello-ycp/hello.ycp:20
+#, ycp-format
+msgid "This program is running as process number %1."
+msgstr "本程式正在執行中,進程編號為 %1。"
+
+#: hello-c++-kde/hello.cc:46
+msgid "Hello example"
+msgstr "測試範例"
+
+#: hello-c++-kde/hello.cc:48
+msgid "Hello world example"
+msgstr "訊息測試範例"
+
+#: hello-sh/hello.sh:18
+#, sh-format
+msgid "This program is running as process number $pid."
+msgstr "本程式正在執行中,進程編號為 $pid。"
+
+#: hello-python/hello.py.in:14
+#, python-format
+msgid "This program is running as process number %(pid)d."
+msgstr "本程式正在執行中,進程編號為 %(pid)d。"
+
+#: hello-clisp/hello.lisp.in:14 hello-guile/hello.scm:18
+#, scheme-format
+msgid "This program is running as process number ~D."
+msgstr "本程式正在執行中,進程編號為 ~D。"
+
+#: hello-java/Hello.java:19 hello-java-awt/Hello.java:29
+#: hello-java-swing/Hello.java:26 hello-csharp/hello.cs:18
+#: hello-csharp-forms/hello.cs:37
+#, csharp-format
+msgid "This program is running as process number {0}."
+msgstr "本程式正在執行中,進程編號為 {0}。"
+
+#: hello-perl/hello-2.pl.in:15
+#, perl-brace-format
+msgid "This program is running as process number {pid}."
+msgstr "本程式正在執行中,進程編號為 {pid}。"