summaryrefslogtreecommitdiff
path: root/glabels1/configure.in
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2002-08-25 00:42:57 +0000
committerJim Evins <evins@snaught.com>2002-08-25 00:42:57 +0000
commit2bdecc249c87e1513a6c27404e79058e8e61be3a (patch)
treeaa7ffab9901d30272fbe0b5882d31b5d6355f4b4 /glabels1/configure.in
parent12a432eefc8f1b5a0166e39b72d638358036e204 (diff)
Added chinese (zh_TW.Big5) translations submitted by Shell, Hin-lik Hung <shell@home.shellhung.org>.
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@54 f5e0f49d-192f-0410-a22d-a8d8700d0965
Diffstat (limited to 'glabels1/configure.in')
-rw-r--r--glabels1/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/glabels1/configure.in b/glabels1/configure.in
index 93c9133..97e7bef 100644
--- a/glabels1/configure.in
+++ b/glabels1/configure.in
@@ -86,7 +86,7 @@ dnl ****************************************
dnl * Supported languages
dnl ****************************************
dnl Add the languages which your application supports here.
-ALL_LINGUAS="fr de ja pt_BR es ru"
+ALL_LINGUAS="fr de ja pt_BR es ru zh_TW.Big5"
AM_GNOME_GETTEXT
dnl ****************************************