Closed (fixed)
Project:
Country codes API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2010 at 11:39 UTC
Updated:
12 Sep 2011 at 10:31 UTC
1. Installed v3 beta5
2. Installed countries_api module having a German translation
3. Created a select field with country and prefiled with countries
4. Opened the webform
5. Countries are not shown in German
Comments
Comment #1
hass commentedAdditionally the countries are not sorted by alphabeth. This makes the selection for users really hard!
Comment #2
quicksketchBoth the country list and the order is provided by Countries API, so this needs to be corrected on their side.
Comment #3
mrfelton commentedA German translation is now included with the latest -dev code in git.
Comment #4
hass commented@mrfelton: Delete the POT files, please. We are not adding POT files to Git any longer and we remove all if there are any. Translations are all on l.d.o. The issue here is a missing t() and the ordering. Not a question of POT files.
Comment #5
Scyther commentedPOT files are gone in the dev verions.
I can not see any solution how to add t() to the country names in the cvs file. So if anyone has any idea that might work please submit it here.
The sort problem will be fixed.
Comment #6
Scyther commentedCountries in the list from countries_api_get_list is now sorted by printable_name. Fixed in D6 dev version in this commit 1e6162a.
The translations problem is in a own issue: #1190224: Country names are not localized