Difference between revisions of "Translations"

From AMule Project FAQ
Jump to: navigation, search
Line 50: Line 50:
  
 
==== Using a text editor ====
 
==== Using a text editor ====
 +
po-files are just text files and of course you can use any text editor to edit them. Popular editors Emacs and Vim both provide corresponding plugins.
 +
 +
The file format is pretty simple, but please refer to the [http://www.gnu.org/software/gettext/manual/gettext.html#PO-Files section in the gettext manual] for further information.
 +
 
=== Test the translation ===
 
=== Test the translation ===
 +
Use the following command to test a translation:
 +
 +
  msgfmt -c --statistic ''language code''.po
 +
 +
Example output:
 +
 +
  $ msgfmt -c --statistics ca.po
 +
  1428 translated messages, 58 fuzzy translations, 32 untranslated messages.
 +
 +
Please refer to the Common problems section if any error messages appear. Don't hesitate to attach your po-file in the forum and ask for help, if you can't solve the problems yourself. I'll try to fix the problems and explain what went wrong.
 +
 
=== Getting the translation into aMule ===
 
=== Getting the translation into aMule ===
 +
Find your language in [http://forum.amule.org/index.php?topic=13845.0 the translations list] and attach the po-file in a new reply to your language's topic (click on the language name to go to your language's topic).
 +
 +
If you can't find a topic for your language, just create a new one in the [http://forum.amule.org/index.php?board=40.0 translations forum].
 +
 
== Common problems ==
 
== Common problems ==
 
=== fuzzy strings ===
 
=== fuzzy strings ===

Revision as of 22:06, 26 March 2008

Introduction

Thanks for your interest in translating aMule. Becoming a translator isn't hard, you just need to understand common English and of course your native tongue.

The status of all translations are updated hourly at the Translation statistics page, that's an easy way to see if your work is needed. But you're always welcome to check an existing translation for errors or improve unfavourable expressions.

Before you start any work, please check the translations list for an entry for your language. If there's already someone working on the translation for your language, please reply to the forum topic for your language before you start working. It would be a shame to have two translators doing the same work, wouldn't it?

Translate

Get Translation file

You can get current Portable Object (po) files for all supported languages at the Translation statistics page. Just click on the name of your language and download the po-file.

Start a new translation

Your language isn't yet supported by aMule and you can't find a po-file at the statistics page? No problem, let's start a new translation! Either open a new topic in the translations forum to receive help with the translation process or create the po-file yourself:

To do so, please download the amule.pot file, which is linked at the bottom of the Translation statistics page. Then you need gettext installed on your system (comes by default with most operating systems) and the language code of your language. If you don't know the language code of your language, you should be able to find the code in the list of language codes on Wikipedia. If you've done so, use the following command to create the po-file:

 msginit --input=amule.pot --locale=language code

PLURAL FORMS

The translation process

Now that you've got the po-file, let's start with the actual translation process. There are several programs to help you with this task, like Poedit or KBabel, but you can use your favourite text editor, too.

Here's a quick start for these editors, please refer to their respective home pages for a more extensive documentation.

Poedit

When you open a po-file in Poedit, you are greeted by a screen similar to the following:

http://img516.imageshack.us/img516/481/wikipoedit1ly7.png

In the bottom, you'll find statistics. Not translated strings are marked in shades of turquoise in the string list in the upper part, fuzzy strings in brown-sand tones and translated strings in grey/white.

The actual translation takes part in the middle part of the window.

http://img253.imageshack.us/img253/5157/wikipoedit2ov3.png

You'll see the English source string at the top and the field to enter the translations below. Here's even a special case with plural forms. When you're done entering the translated page for one string you can go on by clicking on the next string to translate.

When you're done translating, continue with testing your translation.

KBabel

Another powerful editor is the KDE-based KBabel.

http://img512.imageshack.us/img512/3183/wikikbabel1my7.png

The user interface is customizable, but in the default view, you'll find the string list, the source string and the input field for translations on the left side. Statistical information are on the bottom, just as with Poedit.

http://img329.imageshack.us/img329/607/wikikbabel2fz0.png

By clicking on the Next Fuzzy or Untranslated-button in the toolbar, KBabel will jump directly to the next string in need of some work.

http://img329.imageshack.us/img329/9992/wikikbabel3uw7.png

The actual translation interface is very similar to Poedit, in the upper part you'll see the source string and below you can enter the translation.

Using a text editor

po-files are just text files and of course you can use any text editor to edit them. Popular editors Emacs and Vim both provide corresponding plugins.

The file format is pretty simple, but please refer to the section in the gettext manual for further information.

Test the translation

Use the following command to test a translation:

 msgfmt -c --statistic language code.po

Example output:

 $ msgfmt -c --statistics ca.po
 1428 translated messages, 58 fuzzy translations, 32 untranslated messages.

Please refer to the Common problems section if any error messages appear. Don't hesitate to attach your po-file in the forum and ask for help, if you can't solve the problems yourself. I'll try to fix the problems and explain what went wrong.

Getting the translation into aMule

Find your language in the translations list and attach the po-file in a new reply to your language's topic (click on the language name to go to your language's topic).

If you can't find a topic for your language, just create a new one in the translations forum.

Common problems

fuzzy strings

message compilation errors

Plural forms

http://translate.sourceforge.net/wiki/l10n/pluralforms