mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fixed #1677
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user