From e99f158d184009b8635f9cfed785dd46c8a48533 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Thu, 17 Apr 2025 20:02:28 +0300 Subject: [PATCH] Fixed #1677 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update country name from "Turkey" to "Türkiye" Replaced the outdated reference to "Turkey" with "Türkiye" in the Ultimate Member plugin's built-in country list. This aligns with the country's preferred naming convention. --- includes/core/class-builtin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/class-builtin.php b/includes/core/class-builtin.php index 08ea9bbd..76585731 100644 --- a/includes/core/class-builtin.php +++ b/includes/core/class-builtin.php @@ -2062,7 +2062,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) { 'TO' => __('Tonga','ultimate-member'), 'TT' => __('Trinidad and Tobago','ultimate-member'), 'TN' => __('Tunisia','ultimate-member'), - 'TR' => __('Turkey','ultimate-member'), + 'TR' => __('Türkiye','ultimate-member'), 'TM' => __('Turkmenistan','ultimate-member'), 'TC' => __('Turks and Caicos Islands','ultimate-member'), 'TV' => __('Tuvalu','ultimate-member'),