diff --git a/nls/locale.nls b/nls/locale.nls index 0a397e9ea61..bc028035a8b 100644 Binary files a/nls/locale.nls and b/nls/locale.nls differ diff --git a/tools/make_unicode b/tools/make_unicode index 4dde6c010ee..69dce31df47 100755 --- a/tools/make_unicode +++ b/tools/make_unicode @@ -4677,6 +4677,7 @@ sub build_locale_data() my $snativelangname = loc_query( $loc, "/ldml/localeDisplayNames/languages/language[\@type='$language' and not(\@alt)]" ); my $snativectryname = loc_query( $loc, "/ldml/localeDisplayNames/territories/territory[\@type='$territory' and not(\@alt)]" ); $sengcountry =~ s/South Korea/Korea/; + $sengcountry =~ s/T\xfcrkiye/Turkey/; $snativelangname ||= $senglanguage; $snativectryname ||= $sengcountry; if ($script)