Difference between revisions of "WesCamp"

From The Battle for Wesnoth Wiki
m (How to contribute to this Project)
m
Line 3: Line 3:
 
This project is hosted at berlios.de and maintained by Torangan ( david AT torangan.de ). Add-ons are uploaded into the SVN repository and .po files of the content are created. The .po files are updated regularly and the stats can be found at http://gettext.wesnoth.org.
 
This project is hosted at berlios.de and maintained by Torangan ( david AT torangan.de ). Add-ons are uploaded into the SVN repository and .po files of the content are created. The .po files are updated regularly and the stats can be found at http://gettext.wesnoth.org.
  
 +
== If you are someone who just wants to translate a campaign ==
  
__TOC__
 
 
== If you are someone who just wants to translate a campaign ==
 
 
Then, simply go to http://gettext.wesnoth.org, and download the .po file of your chosen add-on and language. Then read the information '''for translators''' on this page here, to know who to tell what you are working on, and where to submit your translations.
 
Then, simply go to http://gettext.wesnoth.org, and download the .po file of your chosen add-on and language. Then read the information '''for translators''' on this page here, to know who to tell what you are working on, and where to submit your translations.
  

Revision as of 15:13, 14 October 2010

This page is dedicated to describing how to translate User-made Content with the help of the Wescamp-i18n project.

This project is hosted at berlios.de and maintained by Torangan ( david AT torangan.de ). Add-ons are uploaded into the SVN repository and .po files of the content are created. The .po files are updated regularly and the stats can be found at http://gettext.wesnoth.org.

If you are someone who just wants to translate a campaign

Then, simply go to http://gettext.wesnoth.org, and download the .po file of your chosen add-on and language. Then read the information for translators on this page here, to know who to tell what you are working on, and where to submit your translations.

How to contribute to this Project

Add-on maintainers

If you want to contribute to this project, you should follow this list:

  • Make sure that there is a _ (underscore) in front of the strings that can be translated.
  • Never mark an empty string ("") as translatable. In other words, avoid this:
 attribute= _ ""
  • Make sure that you've got the #textdomain directives right. More information in this thread: Changes to translating user campaigns in wesnoth (post 0.9.1).
  • Notice that when you reuse official units, you can put them into the wesnoth-units textdomain and the game will automatically use the official translations. This does not work for textdomains from other content hosted here, only for the official textdomains! It also makes sense to have the description in your textdomain and to put an #textdomain wesnoth-units before the [attack] part. There's no real need to translate "sword", "bow" and friends in every add-on.
  • If you want the names of attacks to be translatable, you need to add a field description = _"whatever" into the [attack] tag. This should be the same value as used for name= but that one can't be translated. As mentioned above, this only makes sense if you're using a new name.
  • Add the "translate" attribute to your .pbl file and set it to true, and the rest will then happen automatically.
  • If you have further questions feel free to join the #wesnoth IRC channel on irc.freenode.net and ask in there. You can also ask your questions in the Translations & Internationalization forum, or directly contact Torangan ( david AT torangan.de ).

Translators

Translating add-ons works the same as translating mainline. All the info about this already exists in the wiki (see the links below). The files you need are located at here. When they are translated, mail them to Torangan ( david AT torangan.de ).

Before you start translating you should:

  • Look at the sub-page of the campaign you want to translate, to see if somebody is already working on it.
  • Contact the translation team for the official part, maybe they've got a list of common translations or other stuff.

If you have further questions, join the #wesnoth IRC channel on irc.freenode.net and ask them in there. Of course you will also get answers if you ask your questions in the Translations & Internationalization forum, or mail Torangan.

A very useful tool for translation can be found here: poedit.

See Also