Hi

I'm populating a list with country names, and need to do it in English, Spanish, French and German. I'm looking for existing .po files that contain the translations of the names of all the countries in the world. Does anyone know if these already exist in core, or in some contributed module?

Thanks in advance.

Comments

Pinkal’s picture

Hi,

Have you taken look at http://drupal.org/project/Translations? You will get required .po files for different languages from there.

Pinkal Chavda

peacog’s picture

Thanks for the suggestion. I searched through the translations for Spanish but didn't find any country names.

However, I did find a German translation of the Location module that contains country names. It's here http://drupal.org/node/496090.
There's a French version too (http://drupal.org/node/630922), but it hasn't translated the country name strings.

Next I went to http://localize.drupal.org/ and looked for the Location module there. It has Spanish translations and I was able to export the .po files once I had joined the Spanish group.

So, now I just need to find French.

gábor hojtsy’s picture

Status: Active » Fixed

The languages you mentioned should be available on localize.drupal.org.

webadpro’s picture

I need this too

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

codedrill’s picture

I know its quite old thread, but I would like to add some information because I have found that whenever we are working with translation (Drupal or in any other framework/CMS) we need translated countries. You can find this translation in Drupal translate module's PO file.
Click Here

Thanks