Translations

e-Commerce module, like any other module, is written entirely in English. Users from many countries might want use it on its own language.

Translation process

Many dont know, but anyone with the Drupal CVS access can commit a translation, regardless asking the authors permissions.
If you want to contribute, you will need:

  1. Download the e-Commerce and the POTX modules
  2. Using POTX module, extract each e-Commerce module's strings.
  3. Translate them using a GetText editor.
  4. With a proper CVS account, submit each of them to theirs "po" directory

It will be added on the next e-Commerce release!

In case of finding a typo, please create an issue and report it to us. For further information, see the Translator's Guide.

Localizing other parts

But its not only the language that changes from contry to contry. the currency and the address layouts also can change.

We try to create some generic modules that allow you to customize "on the fly". Must it may be not the best solution. Enter on our IRC channels or open an issue to share your ideas. It will much more helpful if you provide a patch against the latest version, so we might test and implement it much faster.