Stendhal Translation: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
Created page with "{{Navigation for Stendhal Top}} {{Template:Navigation_for_Stendhal_Extenders}} We added a framework to Stendhal for translated texts, however it was removed because all those..."
imported>Blacklads
mNo edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 20: Line 20:
:rat=Ratte
:rat=Ratte
:cat=Katze
:cat=Katze
:You see a blunt knife which looks capable of little damage.=Du siehst ein stumpfes Messer, das so aussieht, als ob es nur wenig Schaden machen kann.
:You see a blunt knife which looks capable of little damage.=Du siehst ein stumpfes Messer das so aussieht, als ob es nur wenig Schaden anrichten kann.


:.. etc
:.. etc

Latest revision as of 21:12, 23 April 2011


We added a framework to Stendhal for translated texts, however it was removed because all those who had suggested translation and started on it, did not complete the translation (it is a very big job). So it wasn't being used. If there's a use, we'll add it again.

If you would like to start on translating Stendhal, we'd suggest that you begin with the texts (descriptions, names?) in items/*.xml and creatures/*.xml

Instead of editing the original English files, what you need to do is create a file for the translation which contains a line for each translation in the format@

english text=translated text

e.g. using German as an example, create a file named de.properties and that should contain

rat=Ratte
cat=Katze
You see a blunt knife which looks capable of little damage.=Du siehst ein stumpfes Messer das so aussieht, als ob es nur wenig Schaden anrichten kann.
.. etc

After that you might move onto the texts that NPCs say, which are coded in Java files in the source.

Before starting that larger task, you might want to test that our framework works as you expect, so please contact us on #arianne for details on adding the translation framework, once you have tried translating items and creatures using the format suggested above.