mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 06:20:01 +00:00
解决应用列表设置名称和桌面的设置字体不一致
Signed-off-by: chenlang <18577333310@163.com>
This commit is contained in:
parent
ea3ef3c18d
commit
9d33b06da0
@ -2,7 +2,7 @@
|
||||
"string": [
|
||||
{
|
||||
"name": "app_name",
|
||||
"value": "settings"
|
||||
"value": "设置"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
8
AppScope/resources/en_US/element/color.json
Normal file
8
AppScope/resources/en_US/element/color.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"color": [
|
||||
{
|
||||
"name": "white",
|
||||
"value": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
}
|
8
AppScope/resources/en_US/element/string.json
Normal file
8
AppScope/resources/en_US/element/string.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"string": [
|
||||
{
|
||||
"name": "app_name",
|
||||
"value": "settings"
|
||||
}
|
||||
]
|
||||
}
|
8
AppScope/resources/zh_CN/element/color.json
Normal file
8
AppScope/resources/zh_CN/element/color.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"color": [
|
||||
{
|
||||
"name": "white",
|
||||
"value": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
}
|
8
AppScope/resources/zh_CN/element/string.json
Normal file
8
AppScope/resources/zh_CN/element/string.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"string": [
|
||||
{
|
||||
"name": "app_name",
|
||||
"value": "设置"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user