diff options
author | Christian Rose <menthos@menthos.com> | 2004-05-29 18:51:34 +0800 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2004-05-29 18:51:34 +0800 |
commit | 863f905a00849f2d50ad08c94a65d86c7c445105 (patch) | |
tree | 110bc5f94051d902d105893e2aedfc7e7d0a01c0 /configure.in | |
parent | e892ebfbd2f139c0b71a2d350c89b0d26494278e (diff) | |
download | gsoc2013-epiphany-863f905a00849f2d50ad08c94a65d86c7c445105.tar gsoc2013-epiphany-863f905a00849f2d50ad08c94a65d86c7c445105.tar.gz gsoc2013-epiphany-863f905a00849f2d50ad08c94a65d86c7c445105.tar.bz2 gsoc2013-epiphany-863f905a00849f2d50ad08c94a65d86c7c445105.tar.lz gsoc2013-epiphany-863f905a00849f2d50ad08c94a65d86c7c445105.tar.xz gsoc2013-epiphany-863f905a00849f2d50ad08c94a65d86c7c445105.tar.zst gsoc2013-epiphany-863f905a00849f2d50ad08c94a65d86c7c445105.zip |
Added "tk" to ALL_LINGUAS. Added Turkmen translation by Gurban Mühemmet
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.
* po/tk.po: Added Turkmen translation by
Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>.
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 c2891dd6b..c3f5d6d02 100644 --- a/configure.in +++ b/configure.in @@ -190,7 +190,7 @@ dnl Internationalization dnl ******************************* 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 fa fi fr ga gu hi hr hu is id it ja ko li lt nl mi mk mn ms nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta 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 fa fi fr ga gu hi hr hu is id it ja ko li lt nl mi mk mn ms nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |