Skip to content

Marbl10n

Saturday, 16 February 2008  |  torsten rahn

This Wednesday Marble got fully translated to Czech (thanks to Vít Pelčák) - including some fixes to the localized city names in the Czech Republic (thanks to Karel Volný). Recently I've looked closer at the KDE Localization Statistics which seem to have improved a lot during the last few months. What has become more and more apparent to me is the fact that Marble might soon be the virtual globe that has the best and most translated GUI on this marbleous planet. Ok, this shouldn't exactly be the primary concern of a tool like this (Yes, I hear you asking for more and better maps instead and we are working on that as well).
Caption: Marble's UI translated to Chinese (Credits for the Screenshot: John Smith).

But it's still interesting: Taking a peek into Google Earth's ~/google-earth/lang directory I can spot 14 files in the familiar .qm format. So I guess that Google Earth's user interface is available in 14 languages. With NASA's WorldWind it's a bit harder to say. But from what I was told there is no real translation framework available for the current stable version (However this is about to change with WWJ), so translations either need to get patched in or need a special plugin. As a result there are up to my knowledge no other languages officially supported apart from english (although the NASA WorldWind Wiki lists some translations).

Looking at our Localisation statistics I can see that Marble is close to 100% fully translated in Arabic, Catalan, Chinese (Simple & Traditional), Czech, Danish, Dutch, Estonian, French, German, Greek, Hebrew, Hindi, Italian, Japanese, Latvian, Low Saxon, Norwegian (Bokmål and Nynorsk), Polish, Portuguese, Punjabi, Romanian, Slovenian, Spanish, Swedish and Ukrainian. So according to The Count the stable version of Marble has GUI translation support for up to 26 27 languages ("Haha haha ha ...!"). With KDE 4.0.2 being near most notably absent are Krakhozian, Danish (thanks to Martin Schlander!), Farsi, Korean, Russian (thanks Nick! ;-) ), Turkish, and lots of other beautiful languages.
Caption: Marble's UI translated to Slovenian (Credits: Jure Repinc).

I understand that translation is a much more difficult task than most people might think -- especially for an application like Marble: There are lots of technical terms which don't get recognized as such easily -- even by translators: For example the label of the "Relief" checkbox in Marble's legend reads "Relief" in English. This (or "shading") is the correct technical term in English and it's easy to understand for the mainstream audience. In German however the "official" cartographic technical term for this feature would be Schummerung. In my opinion this correct technical term is a pretty unknown word in German which has a strange sound to it and I'm pretty convinced that most people wouldn't immediately understand what it's about.

As the brilliant physicist and teacher Richard P. Feynman had pointed out on several occasions there is a big difference between knowing something and knowing the name of something. Of course it's a lot more important that people get a deep understanding of the nature of things than knowing the correct name. Still it's necessary to be easily understood and hence it is important to stick to wording standards. However these standards might vary depending on the audience you are talking to.

"Relief" is easily understood in German and gets the point across immediately (and it's not even an anglicism). Therefore I consider it a much better choice given Marble's target audience.

Now counting the supported languages of the GUI might be a nice thing to do for arithmomanians. But the real deal is translating the map: The primary problem with places data is that at least the packaged database needs to be compliant with the Debian Free Software Guidelines (DFSG). So our current DFSG-compliant solution is using older data from Stefan Helder's World Gazetteer which includes about 20,000 city names (and some english country names from the CIA World Factbook which is public domain). This data consists mostly of city names which are provided in the latinized-localized official language of the respective country. Of course this is only a temporary solution. Ideally I'd like to let Marble display the name of the cities in the current local language and get the name additionally displayed in the original official language of the city (that would include the original glyphs of the language). To get this solution implemented there are two solutions which both have their merits and which I'd like to see implemented in parallel:

  1. compiling a rather "small" database of about 20,000 to 40,000 city names which would include translation. This would again be based on the current updated data of the World Gazetteer (which has improved quite a lot over what we have right now). This would also bear a chance to be a database that could get used by other applications on the Free Desktop.
  2. Once Marble gets started and is connected to the internet it could automatically download a localized index file that contains all the geo-referenced places in Wikipedia. This index file could get generated based on Wikipedia's API and get stored on the server.
There are several advantages of this approach: The Wikipedia data is very much translated already. It contains cross references to several languages and has some data which describes the type of content. The latter is important to get the data categorized and to annotate it with the correct symbols. Naturally each entry would automatically come with a Wikipedia Url already.

So these two approaches are something that I'd like to see implemented for Marble in KDE 4.1. If you feel like helping out with it then we'd appreciate any patches of course. So far we didn't have the chance to really start work on it as we are currently heavily working at a different Marble construction site. So you can't do much wrong if you just start off. I could also imagine that our translation teams would be happy about any qualified and dedicated help with translations!