Internationalization
gbiff currently supports both
English and French languages.
If you want to contribute to gbiff, you can help by translating
gbiff in you own language.
How to translate gbiff:
- Get the file gbiff.pot from the po
directory of the latest gbiff distribution
- Copy this file to {your language ISO 639 2-letter
codes}.po into the po directory
example: french language will give file fr.po
- Translate the file :
- Each msgid within the file gives the string
to be translated
- Each msgstr "" is the translated string
(see fr.po for examples), it is where you have to write something
- Set the ALL_LINGUAS in configure.in to add
your language (each language is separated by a space)
example: ALL_LINGUAS="fr de es" for french,
german and spanish
- make; make install
- If it works, please send me the file.