IceWM NLS patch: README
Description:
This patch gettextizes icewm, internationalizing messages on menus,
dialogs, and so on. It contains de.po, ja.po, ru.po and zh_TW.Big5.po.
It might be a dirty code, 'cause I'm not good at C++, autoconf.
I wish someone rewrites this.
Current patch:
Requirements:
- icewm-1.0.4 source package
- GNU gettext
Usage:
1. Apply patch
% ls -F
icewm-1.0.4/ icewm-1.0.4-nls.patch5.gz
% cd icewm-1.0.4
% gzip -dc ../icewm-1.0.4-nls.patch5.gz | patch -p1
2. configure
% env CXXFLAGS="-I/usr/local/include" LIBS="-L/usr/local/lib" \
> ./configure --enable-i18n --enable-nls [ --other-args... ]
3. build, install
% make
% su
# make install
# make install-po
Feedback:
Please send feedback to:
yatt@gnome.gr.jp
ChangeLog:
- 2000/10/26 merged zh_TW.Big5.po, by Li Wei Jih
- 2000/07/30 fixed installation problem
- 2000/06/17 merged ru.po, by Anton Farygin
- 2000/06/16 untagged message is fixed, by Mathias Hasselmann
- 2000/06/16 merged de.po, by Mathias Hasselmann
- 2000/06/15 ver.up to 1.0.4
- 2000/05/02 ver.up to 1.0.3
- 2000/03/19 minor fix to configure.in
- 2000/03/03 ver.up to 1.0.2
- 1999/12/27 ver.up to 1.0.0
- 1999/12/23 ver.up to 0.9.55
- 1999/12/13 ver.up to 0.9.53
- 1999/12/05 ver.up to 0.9.52
- 1999/10/19 ver.up to 0.9.49
- 1999/10/17 fixed compilation bug
(Now you can compile without --with-imlib option)
- 1999/09/15 ver.up to 0.9.48
- 1999/08/16 made a patch for icewm-0.9.42
Yoichi ASAI
Last modified: Thu Oct 26 10:30:11 JST 2000