IceWM NLS patch: README

English | Japanese

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:

  1. icewm-1.0.4 source package
  2. 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:


Yoichi ASAI
Last modified: Thu Oct 26 10:30:11 JST 2000