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.
This commit is contained in:
Mykyta Synelnikov
2025-04-17 20:02:28 +03:00
parent df7e0e9357
commit e99f158d18
+1 -1
View File
@@ -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'),