优化系统语言为英语时,App UI 中英文混搭的问题
This commit is contained in:
@@ -118,7 +118,7 @@ fun CoverConfigScreen(
|
||||
|
||||
SplicedColumnGroup {
|
||||
DropdownListSettingItem(
|
||||
title = "封面信息方向",
|
||||
title = stringResource(R.string.cover_info_orientation),
|
||||
selectedValue = CoverConfig.coverInfoOrientation,
|
||||
displayEntries = arrayOf(
|
||||
stringResource(R.string.screen_portrait),
|
||||
|
||||
@@ -252,7 +252,7 @@ fun BookshelfScreen(
|
||||
leadingIcon = { Icon(Icons.Default.Refresh, null) }
|
||||
)
|
||||
RoundDropdownMenuItem(
|
||||
text = { Text("布局设置") },
|
||||
text = { Text(stringResource(R.string.layout_setting)) },
|
||||
onClick = { showConfigSheet = true; dismiss() },
|
||||
leadingIcon = { Icon(Icons.Default.GridView, null) }
|
||||
)
|
||||
|
||||
@@ -142,7 +142,7 @@ fun MyScreen(
|
||||
|
||||
SplicedColumnGroup(
|
||||
modifier = Modifier.padding(horizontal = 16.dp),
|
||||
title = "规则"
|
||||
title = stringResource(R.string.rule_segment),
|
||||
) {
|
||||
SettingItem(
|
||||
title = stringResource(R.string.book_source_manage),
|
||||
|
||||
Reference in New Issue
Block a user