Sorry I forgot to add some file references in Makefile.am and gnucash.iss.in, the build failed.
Please apply my patch in the attachment. Hope it works this time. On Tue, Mar 01, 2011 at 08:49:42PM +0100, Cristian Marchi wrote: > Thanks for the translations. They are now committed. > > Just wait some time and you will find a new win32 build here: > http://code.gnucash.org/builds/win32/trunk/ > Any build equal or after the revision 20357 should contains the newly > uploaded translations. > > Regards > Cristian > > Il 01/03/2011 19:12, Kuang-che Wu ha scritto: > > On Tue, Feb 22, 2011 at 09:29:07PM +0100, Christian Stimming wrote: > >> Dear Kuang-che, > >> > >> thank you very much for this contribution. I've committed this to our SVN > >> so > >> that all files will be in the next release 2.4.3. Thanks a lot! > >> > > I updated more messages and translated windows installer for > > Traditional Chinese. Files are attached. > > > > (ChineseTrad-2-5.1.11.isl is not translated by me, I got it from > > http://www.jrsoftware.org/files/istrans/ ) > > > > This is my first time to translate the installer and I haven't tested > > it. Could anyone, who already setup windows build env, do me a favor, > > generate a windows installer package for me to test? > > > > Thanks. > > > > > > > > _______________________________________________ > > gnucash-devel mailing list > > gnucash-devel@gnucash.org > > https://lists.gnucash.org/mailman/listinfo/gnucash-devel
diff --git a/packaging/win32/Makefile.am b/packaging/win32/Makefile.am index c6573ac..2b9c07d 100644 --- a/packaging/win32/Makefile.am +++ b/packaging/win32/Makefile.am @@ -13,6 +13,7 @@ EXTRA_DIST = \ opensp-1.5.2-patch.diff \ pi.sh \ ChineseSimp-12-5.1.11.isl \ + ChineseTrad-2-5.1.11.isl \ Greek-4-5.1.11.isl \ Japanese-5-5.1.11.isl \ Latvian-1-5.1.11.isl \ @@ -24,6 +25,7 @@ if OS_WIN32 redirect_LDADD = $(GLIB_LIBS) AM_CPPFLAGS = $(GLIB_CFLAGS) pkgdata_DATA = ChineseSimp-12-5.1.11.isl + pkgdata_DATA += ChineseTrad-2-5.1.11.isl pkgdata_DATA += Greek-4-5.1.11.isl pkgdata_DATA += Japanese-5-5.1.11.isl pkgdata_DATA += Latvian-1-5.1.11.isl diff --git a/packaging/win32/gnucash.iss.in b/packaging/win32/gnucash.iss.in index 0d931f3..24c479a 100644 --- a/packaging/win32/gnucash.iss.in +++ b/packaging/win32/gnucash.iss.in @@ -103,6 +103,7 @@ Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README-de.win32-bin.txt"; DestDir: Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README-fr.win32-bin.txt"; DestDir: "{app}\doc\@PACKAGE@"; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README-it.win32-bin.txt"; DestDir: "{app}\doc\@PACKAGE@"; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README-zh_CN.win32-bin.txt"; DestDir: "{app}\doc\@PACKAGE@"; Components: main +Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README-zh_TW.win32-bin.txt"; DestDir: "{app}\doc\@PACKAGE@"; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\COPYING"; DestDir: "{app}\doc\@PACKAGE@"; Flags: ignoreversion; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\AUTHORS"; DestDir: "{app}\doc\@PACKAGE@"; Components: main Source: "@prefix@\..\dist\share\@PACKAGE@\doc\ChangeLog"; DestDir: "{app}\doc\@PACKAGE@"; Components: main
pgpupjxZu0Cpg.pgp
Description: PGP signature
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel