mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-23 15:10:32 +00:00
时区城市列表不显示繁体中文
Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
parent
1d0fa90580
commit
af9ef235d8
@ -1049,6 +1049,7 @@ std::string I18nTimeZone::GetLocaleBaseName(std::string &localeStr)
|
||||
return "";
|
||||
}
|
||||
std::string requestLocaleStr = locale.getBaseName();
|
||||
requestLocaleStr = StrReplaceAll(requestLocaleStr, "_", "-");
|
||||
return GetFallBack(requestLocaleStr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user