Manual translations

Manual translations


Probably the most frequently asked question to the docs team at MySQL from the public is “I want to translate the manual into [insert language]”. That language can be anything from one we already have, through to some comparatively obscure suggestions.

We never summarily turn down an offer, but we do point out how big a job the process is. At over 1900 pages, the manual is no longer a small project, and where we have had translations completed, sometimes by professional translation outfits the process has taken months, and in one case over a year, to complete by a full time translation team. Even the dedicated MySQL enthusiast is going to struggle with achieving the same level of output.

Even if you could commit to a translation time of 6 months using a dedicated team, you have to keep in mind that any manual translated in this manner is not going to be up to date, for the simple reason that we make changes to the manual on a daily basis—there have been 127 changes in the last week, and some of those include more or less completely reintroduction or manipulation of the content for a chapter. It would be almost impossible to start complete translation unless the process was conducted on a very specific revision of the manual.

If the process is so difficult, why do we do it?

Well, cast your minds back a few weeks to a post I made a couple of weeks ago on translation (Foreign languages and documentation).

Reader stenone asked “Why bother translating at all?”

As an Englishman (albeit with an interest in other languages), I felt completely unable to answer that question, so instead I asked other members of MySQL to comment. The majority of staff at MySQL are not English, American or Australian, and those of us who would count English as our first language are in a minority, rather than a majority, so the question and audience were well matched.

I got a lot of good responses (thanks team!), and many of them resolved down to “we want to provide the documentation in a format that makes it readable for our customers”. That sort of answers the question—we are customer focused, and if the customers say they want a German version of the manual, we should be willing to offer that, but I still don’t think it addresses the original query.

Other suggestions were along the lines of “for our customers to use our products, they need to be able to understand how to use them”. This response is closer to the answer I was expecting. We cannot expect our users to learn English just so that they can read the manual and in turn use our product. System requirements are one thing, but having user requirements of this magnitude is hardly the way to encourage good customer relations!

We Brits have a bad track record on languages as a rule, and it’s a running joke that our attempts to speak a foreign language generally simplify down to speaking L-O-U-D-L-Y A-N-D S-L-O-W-L-Y on the basis that “Johnny Foreigner” will understand what we are saying. Apply that to a manual and we’d be approaching 5000 pages :)

In the end I think it comes down to a simple case of understanding. Imagine if MySQL, as a Swedish company, only provided their manual in Swedish?

Would it be as popular as it is now? Would MySQL have led to a massive effort around the world as people strive to learn the Swedish language, just so that we could all use MySQL in our projects?

I doubt it.

Instead, we’d all be walking around saying “Jag kan inte tala svenska”. Or we’d spend most of our time muttering “Jag förstår inte” under our collective breath while reading the manual, and probably not because of the technical content.

If you don’t understand those two phrases, then imagine how it would feel to read an entire manual!

Translations are, and will continue to be, the best way to reach the large numbers of MySQL users who do not speak English and either are unable or do not want to learn.

Category: 

Comments

Terry Hancock's picture

The pace of free software development is so fast that it is an impediment to use in itself. Isn't that a bizarre truth?!

I'm an amateur on-again off-again developer, so I often find myself starting a project, stopping for awhile to work on other stuff, then coming back to it. But often, it's like Rip van Winkle waking up after the flag (and everything under it) has changed: the library I was depending on has gone through three major version changes, and the programming style I was using is "passé": "Oh, we've moved beyond 'interfaces', 'generic functions' are much better and clearer". Ack! I can't keep up.

With documentation, mostly written by volunteers, this can be a serious problem: API documentation in particular is often out of date as a result.

In fact, the frequent complaint about lack of documentation for free software programs is usually inaccurate: most of the time there's plenty of documentation, but much of it is conflicting! Often there was an old, ugly way to solve a problem which was then replaced by a new easy way (which old-timers don't see any need to document, because it's so easy). So you wind up with smart new software and dumb old manuals.

On the other hand, the overriding concepts behind an application are usually pretty consistent even across major versions (MySQL is still going to be an SQL database, even if you've added 'transactions' or 'cursors' or whatever).

So one thing I've noticed some projects moving towards is increasing the use of automatic documentation tools: write the base document in as version-neutral a way as possible (so you don't have to constantly update it), then link into automatically generated documentation that is created from the source code comments.

For a translation effort this would help as well: there'd be less time pressure on the main manual document (because it's not changing so frequently), and the automatically-generated documentation is a much smaller project to translate). In fact, now that I think about it, I bet you could write a gettext-based system to use the old translated API with the new one so that you only have to translate the parts that have changed.

I don't know, but it does seem like there are probably a number of technical and procedural improvements that could be made.

Aputsiaq Niels Janussen's picture

I can tell you that a good translation of a MySQL manual with two thousand pages written in a technical jargon would take of technical MySQL take several years to complete for users of a minor language (i.e. a language spoken by few forty thousand or so). At the time a Greenlandic version of the MySQL manual would come out, MySQL has perhaps reached version 8 or 10. :-)

One of the most obvious difficulties that users of minor languages run into is:
(A) no equivalent set of the technical terminology, (B) very few translators that can accomplish the workload and they are perhaps geographically scattered and (C) few free software tools to assist the translators.

What is needed often seemes to be a consistent terminology for the most important hundred or two hundreds concepts used in a larger manual. A terminology would at least include (1) the concept and (2) a definition of the concept. Some further features of a good terminology would include some examples of how to use the concept (i.e. the concepts usage and how not to use it). If the concept is very close related to a specific grapical user-interface the superior terminology could include a screendump and so on.

In order to get the job done, manual translation is necessary. Perhaps the tranlators capable of getting the job done lives in seperate parts of the world. Being able to translate through a browser with some sort of workflow-management could prove to be very helpful.

Small disconnected free software projects without coupling is doomed to require the same work getting done over and over again. Many hours of inefficient translation is done due to the lack of a common, well-defined English terminology. Translation of concepts without precise a definition is prone to contain errors. Translating one concept at a time or perhaps a peculiar sentence without a context is difficult. Some free software translators may have tried to use Pootle (http://pootle.wordforge.org)? Well, it's difficult to translate strings like "%s to find blah blah", when your translation has to fit into one string. No room to make the project manager aware of the ambiguities related to that string.

Major companies will use proprietary products like MultiTerm, TermStar or XTS to provide themselves and their customers with a consistent corporate terminology. They gain clarity in communication, a corporate image and saves themselves from a lot of misunderstandings and saves a lot of time.

To give an example: Translation of the headline �Manual translation� could refer to the tiresome labour of manually translating a string and/or it could refer to translation of (software?) manuals. Ambiguity is the root of all evil in translation.

Author information

Martin Brown's picture

Biography

Martin “MC” Brown is a member of the documentation team at MySQL and freelance writer. He has worked with Microsoft as an Subject Matter Expert (SME), is a featured blogger for ComputerWorld, a founding member of AnswerSquad.com, Technical Director of Foodware.net and, and has written books on topics as diverse as Microsoft Certification, iMacs, and free software programming.

Most forwarded

Interview with Dave Mohyla, of DTIDATA

Dave Mohyla is the president and founder of dtidata.com, a hard drive recovery facility based in Tampa, Florida.

TM: Where are you based? What does your company do?
DTI Data recovery is based in South Pasadena, Florida which is a suburb of Tampa. We have been here for over 10 years. We operate a bio-metrically secured class 100 clean room where we perform hard drive recovery on all types of hard disks, from laptop hard drives to multi drive RAID systems.

Anybody up to writing good directory software?

Since the very beginning, directories (of any kind) have had a very central role in the internet. (I have recently grown fond of Free Web Directory. Even Slashdot can be considered a directory: a collection of great news and invaluable user-generated comments. As far as software is concerned, doing a quick search on Google about software directories will return the free (as in freedom) software directories like Savannah, SourceForge, Freshmeat and so on, followed by shareware and freeware sites such as FileBuzz, PCWin Download Center and All Freeware (great if you're looking for shareware and freeware, but definitely less comprehensive than their free-as-in-freedom counterparts).

Interview with Mark Shuttleworth

Mark Shuttleworth is the founder of Thawte, the first Certification Authority to sell public SSL certificates. After selling Thawte to Verisign, Mark moved on to training as an astronaut in Russia and visiting space. Once he got back he founded Ubuntu, the leading GNU/Linux distribution. He agreed on releasing a quick interview to Free Software Magazine.

Is better education the key to finding better software?

I read David Jonathon's article Anybody Up To Writing Good Directory Software? the other day, which got me thinking about software directories in general. As David mentioned, many of the software directories one finds when doing a quick google search are free as in beer, not as in freedom. But what interests me is the software directories that already exist, providing a combination of both free as in beer software, and open source software. Sites such as Freeware Downloads and Shareware Download don't advertise themselves as providing free as in liberty software, but each of them have a good selection of open source software available... if you know where to look.

Most emailed

Free Open Document label templates

If you’ve ever spent hours at work doing mailings, cursed your printer for printing outside the lines on your labels, or moaned “There has got to be a better way to do this,” here’s the solution you’ve been looking for. Working smarter, not harder! Worldlabel.com, a manufacture of labels offers Open Office / Libre Office labels templates for downloading in ODF format which will save you time, effort, and (if you want) make really cool-looking labels

Creating a user-centric site in Drupal

A little while ago, while talking in the #drupal mailing list, I showed my latest creation to one of the core developers there. His reaction was "Wow, I am always surprised what people use Drupal for". His surprise is somehow justified: I did create a site for a bunch of entertainers in Perth, a company set to use Drupal to take over the world with Entertainers.Biz.

Update: since writing this article, I have updated the system so that the whole booking process happens online. I will update the article accordingly!

So, why, why do people and companies develop free software?

More and more people are discovering free software. Many people only do so after weeks, or even months, of using it. I wonder, for example, how many Firefox users actually know how free Firefox really is—many of them realise that you can get it for free, but find it hard to believe that anybody can modify it and even redistribute it legally.

When the discovery is made, the first instinct is to ask: why do they do it? Programming is hard work. Even though most (if not all) programmers are driven by their higher-than-normal IQs and their amazing passion for solving problems, it’s still hard to understand why so many of them would donate so much of their time to creating something that they can’t really show off to anybody but their colleagues or geek friends.

Sure, anybody can buy laptops, and just program. No need to get a full-on lab or spend thousands of dollars in equipment. But... is that the full story?

Fun articles

Santa Claus - the most successful open source project

It dawned on me the other day, as I was shopping for the dozens of gifts it seems I have to buy every December, that Santa Claus is the most successful open source project in history. (Bridget @ Illiterarty would agree with that). Santa Claus is essentially a marketing development that is embodied by everyone who stuffs a sock, gives a gift, hosts a dinner or wishes Merry Christmas over the holiday season.

Most emailed

Editorial

When I first started thinking about Free Software Magazine, I was feeling enthusiastic about the dream. I had Dave, Gianluca, and Alan willing to help me, I had established members of the free software community willing to help me out, I had writers volunteering their time and energy for free, and I had a generous offer from OpenHosting for servers, all before I'd proved myself. There was a sense of excitement in the air, and I thought maybe, just maybe, I could make this work.

Free Software Magazine uses Apollo project management software and CRM for its everyday activities!