How to create a lang pack for the freenet installer ?
- Get the l10n file associated to the language you want to translate to from : https://emu.freenetproject.org/svn/trunk/apps/new_installer/langpacks/
- Translate the strings, taking care of NOT breaking the encoding specified on top of the file.
- Ensure that the following ids are defined :
<str id="base.description" txt=""/>
<str id="license.description" txt=""/>
<str id="windows.description" txt=""/>
<str id="unix.description" txt=""/>
<str id="uninstall.description" txt=""/>
<str id="autoupdater.description" txt=""/>
<str id="stun.description" txt=""/>
<str id="librarian.description" txt=""/>
<str id="jsite.description" txt=""/>
<str id="frost.description" txt=""/>
<str id="thaw.description" txt=""/>
<str id="license.description" txt=""/>
<str id="windows.description" txt=""/>
<str id="unix.description" txt=""/>
<str id="uninstall.description" txt=""/>
<str id="autoupdater.description" txt=""/>
<str id="stun.description" txt=""/>
<str id="librarian.description" txt=""/>
<str id="jsite.description" txt=""/>
<str id="frost.description" txt=""/>
<str id="thaw.description" txt=""/>
4) Send the file to devl AT freenetproject DOT org