Hello,

I am looking for a Greek translation for Drupal. I searched a lot within all Drupal sites but I couldn't find any information. If there is no such translation available somewhere, how can I create such a translation myself and then make it available to the drupal community? Are there any instructions anywhere regarding language translations?

Comments

killes@www.drop.org’s picture

There are two possibilities:

1) make a sql dump of your locale table and translate the 'gr' column.

2) use the drupal.pot file from Jacobo's sandbox and create a gr.po file. Upload the mo-file with localegettext.module.

Both files can then be upladed to contrib cvs.

mx5gr’s picture

Will try to do it. Just downloaded both the module and the .pot file.

Thanx!