Introduction
This page deals with nTorrents language files.
nTorrent-0.5 languages
| lang code | english name | native name | |:--------------|:-----------------|:----------------| | DE | german1 | deutsch | | EN | english | english | | IT | italian | ? | | NO | norwegian1 | norsk |
1: partial, some files are missing
nTorrent SVN languages
| lang code | english name | native name | |:--------------|:-----------------|:----------------| | DE | german2 | deutsch | | EN | english | english | | ES | spaniard | ? | | FR | french2 | ? | | HU | hungarian | magyar | | IT | italian | ? | | NO | norwegian2 | norsk |
2: partial, some files are missing (2008-06-10)
Adding a new language
- Join the translators group.
- Read the documentation in the group.
- Ask kei060 to add you as a member.
- svn checkout https://ntorrent.googlecode.com/svn/trunk/ ntorrent --username ...
- where ... is the first part of you gmail address (before the @)
- When prompted, enter your generated googlecode.com password.
- tranlate all locale.properties files, by creating new copies of them
- use the native2ascii tool to code non-ascii chars to \uxxxx format.
- svn add ntorrent/plugins/.../locale/locale_xx_XX.properties (for all new files)
- svn ci -m " translation files"
That is all ;-)