8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

Bring guidelines for i18n of installer up to date.

This commit is contained in:
paul_reeves 2008-11-04 13:52:34 +00:00
parent f3dda2c9ac
commit 22266d60c7

View File

@ -9,11 +9,12 @@ documentatation i18n should be available separately. I18n is a
good thing, but bloating the installer with large amounts of translated
documentation is not desirable.
The current version of InnoSetup - 4.2.7 - provides generic support for
the following languages:
The current version of InnoSetup used by Firebird 2.0 - 5.2.3 - provides
generic support for the following languages:
Catalan, Czech, Dutch, French, German, Norwegian, Polish,
PortugueseStd, Russian and Slovenian.
Basque, BrazilianPortuguese, Catalan, Czech, Danish, Dutch, Finnish, French,
German, Hebrew, Hungarian, Italian, Norwegian, Polish, Portuguese, Russian,
Slovak, Slovenian, and Spanish
In addition, the InnoSetup user community has made other language packs
available for download. See here for details:
@ -23,23 +24,23 @@ available for download. See here for details:
Therefore adding i18n support to the Firebird installer is extremely
simple as all we need are translations of the Firebird specific messages.
Currently the Firebird installer has support for Bosnian, Spanish, French,
German, Hungarian, Italian, Polish, Portuguese (standard), Russian and
Slovenian installs. So there are still opportunities for others to provide
support for their native language.
Currently the Firebird installer has support for Bosnian, Czech, Spanish,
French, German, Hungarian, Italian, Polish, Portuguese (standard), Russian,
Slovakian and Slovenain installs. So there are still opportunities for others
to provide support for their native language.
How to add new languages
------------------------
The simplest way to understand this is to study the implementation of
the French translation. The steps to follow are these:
an existing translation. The steps to follow are these:
o The Win32 install files are located in install\arch-specific\win32.
This sub-directory is located as follows:
Firebird 1.5 - firebird2\src
Firebird 2.0 - firebird2\builds
Firebird 2.n - firebird2\builds
o You can use anonymous CVS to checkout the Win32 install kit with these
commands: