Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internationalization Patch #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Internationalization Patch #26

wants to merge 1 commit into from

Conversation

G-HAL
Copy link
Contributor

@G-HAL G-HAL commented Jun 10, 2016

This is full set of I18N patch for GearHead-1.
There is "A guide to create a language pack for I18N GearHead-1" in doc/I18N_howto.txt , thanks to nanasi2_jp.

This patch requires a library "libiconv".
The official site of libiconv is https://www.gnu.org/software/libiconv/ .
However, the official site provides only a source code. You must get a binary library.

In MS-Windows(32bit mode, or 32bit compatible mode on 64bit mode):
The library libiconv is comprised of two files; iconv.dll and charset.dll .
For example, you can get it from http://sylpheed.sraoss.jp/sylpheed/win32/libiconv-1.10-ja-bin.zip .

In GNU/Linux:
A library compatible with libiconv is included in "libc" package.

In FreeBSD:
You must install "libiconv" package.

In Mac:
Excuse me but it is not answered because I do not have Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant