Problem/Motivation

The UN adopted a new spelling for the country of Turkey and changed it to Türkiye in June, 2022. The ISO also changed it's spelling in ISO 3166-2:TR is the entry for Turkey (spelled "Türkiye") in ISO 3166-2, part of the ISO 3166 standard published by the International Organization for Standardization (ISO),

The list of iso codes in /includes/iso.inc, line 251 maintains the old spelling, which cascades through the platform through various modules.

Steps to reproduce

Open /includes/iso.inc and look at line 251

Proposed resolution

Change the spelling in /includes/iso.inc line 251 to: Türkiye

Remaining tasks

User interface changes

API changes

Data model changes

None

Release notes snippet

Changes spelling of the country of Turkey to Türkiye to conform to UN and ISO naming standards.

Issue fork drupal-3337121

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

trailerparkopera created an issue. See original summary.

cilefen’s picture

What about in Drupal 10?

trailerparkopera’s picture

I don't know about Drupal 10, client maintains a Drupal 7 code base. The change should probably be applied to all current versions of Drupal.

trailerparkopera’s picture

cilefen’s picture

Drupal 9 and 10 still say "Turkey" so please open an issue for branch 10.0.x-dev and relate it to this issue. More on this rule: https://www.drupal.org/about/core/policies/core-change-policies/backport...

cilefen’s picture

Title: Spelling of Turkey (Türkiye) in /includes/iso.inc is incompatible with current ISO standard » [D7] Update the spelling of Turkey (Türkiye) to current ISO standard
Category: Bug report » Task
Issue tags: -Usability
poker10’s picture

Here is a similar issue where the updates to the country list in D7 are considered: #2666186: Missing countries in _country_get_predefined_list

I agree that the decision about renaming the Turkey should be made together with D9/10, but the source for the country list seems to be different in D7 and D9/10 (ISO/mix vs CLDR).

makbay’s picture

I have created the issue for D9/10 so this can be closed now I guess.

poker10’s picture

Thanks. We can keep the D7 issue open as well, in case we will decide to update the country list also here. D10 country list is based on different source as D7 (ISO/mix vs CLDR), so these issues are practically independent.

makbay’s picture

Status: Active » Needs review

The issue I have created for D10/11 is just committed. Now we may consider committing this one.

#3395852: Update the countries list to latest Unicode CLDR version 44

makbay’s picture

Status: Needs review » Reviewed & tested by the community

Status: Reviewed & tested by the community » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.