Translations/YourProject/BestPractices

Not logged in - Log In / Register

Revision 2 as of 2010-06-18 08:55:20

Clear message

Launchpad Help > Translations > Your Project > Best practices

Best practices for translating software projects

About this page

The guide found under Translations/YourProject will introduce you to how translations are done in Launchpad Translations. It assumes familiarity with gettext and points to different options as well as suggesting how to do things.

This page is different in that it explains one recommended way to set up your software project for translations, including gettext setup. There are other ways of doing things but they will not be mentioned here.

Assumptions

This guide assumes that you have not yet done any internationalization (i18n) on your software project nor that any translations (localization, l10n) have been done yet. You have written a great program using English as its interface language and now you want to have it translated into other languages using Launchpad.

Prepare the source code

Build the template

Create a Bazaar branch

Set up your project in Launchpad

Import the template into Launchpad

Review translations

Export translations from Launchpad

Deploy the translations

What if ... ?