update frameworks/intl/src/locale_config.cpp.

Signed-off-by: LY <liuyong235@huawei.com>
This commit is contained in:
LY 2024-11-13 04:11:32 +00:00 committed by Gitee
parent af3ad472c7
commit 822f7980e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -223,6 +223,7 @@ static unordered_map<string, string> g_languageMap = {
{ "sr-Latn", "sr-Latn" },
{ "jv-Latn", "jv-Latn" },
{ "pt-Latn-BR", "pt-BR" },
{ "pt-PT", "pt" },
{ "pa-Guru", "pa-Guru" },
{ "mai-Deva", "mai-Deva" }
};