diff options
author | Abel Cheung <maddog@linuxhall.org> | 2005-03-02 11:58:45 +0000 |
---|---|---|
committer | Kwok-Koon Cheung <baddog@src.gnome.org> | 2005-03-02 11:58:45 +0000 |
commit | e95147ef0df1f7f43782a3aa5f6ac7a115d2d7fa (patch) | |
tree | a14d76a600acf630f8196039aea81a93c002c1e0 /configure.in | |
parent | 838c6eaba442b5c91e8d48ca8fb861dcf8cb8342 (diff) | |
download | totem-e95147ef0df1f7f43782a3aa5f6ac7a115d2d7fa.tar.gz |
Added "pa" to ALL_LINGUAS.
2005-03-02 Abel Cheung <maddog@linuxhall.org>
* configure.in: Added "pa" to ALL_LINGUAS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 06c9e8a0e..911f8fc1e 100644 --- a/configure.in +++ b/configure.in @@ -353,7 +353,7 @@ if test "$GCC" = "yes" ; then fi dnl Add the languages which your application supports here. -ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fi fr ga gu hi he hr hu is id it ja ko lt lv mk ml ms nb nl no pl pt pt_BR ro ru sk sq sr sr@Latn sv th tr uk vi wa zh_CN zh_TW" +ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fi fr ga gu he hi hr hu id is it ja ko lt lv mk ml ms nb nl no pa pl pt pt_BR ro ru sk sq sr sr@Latn sv th tr uk vi wa zh_CN zh_TW" AM_GLIB_GNU_GETTEXT AC_OUTPUT([ |