Skip to content

Commit

Permalink
Add LINGUAS file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.csie.net/chewing/scim-chewing/trunk@663 ac1be623-90ea-0310-9410-ba68b2efa777
  • Loading branch information
kanru committed May 28, 2006
1 parent cefd36b commit 8bf68da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
2006-05-28 Kanru Chen <koster@debian.org.tw>

* configure.ac: Add IT_PROG_INTLTOOL which will include intltool.m4.
Require intltool version 0.35.0 to use LINGUAS file.
* autogen.sh: Reordering the scripts. Call aclocal after libtoolize and
intltoolize.
* po/LINGUAS: New file.

2006-05-21 Jim Huang <jserv.tw@gmail.com>

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h])

# Init gettext
ALL_LINGUAS="zh_TW"
#ALL_LINGUAS="zh_TW"
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION(0.14.1)

Expand All @@ -34,7 +34,7 @@ AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

# Init intltool
IT_PROG_INTLTOOL
IT_PROG_INTLTOOL([0.35.0])

# Checks for programs.
AC_PROG_CXX
Expand Down
1 change: 1 addition & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zh_TW

0 comments on commit 8bf68da

Please sign in to comment.