mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-29 07:16:08 +00:00
strings
This commit is contained in:
parent
fc1c23314b
commit
53a891a71f
@ -751,7 +751,7 @@ private fun meshTitleWithCount(viewModel: ChatViewModel): String {
|
|||||||
val meshCount = meshCount(viewModel)
|
val meshCount = meshCount(viewModel)
|
||||||
val ctx = androidx.compose.ui.platform.LocalContext.current
|
val ctx = androidx.compose.ui.platform.LocalContext.current
|
||||||
val peopleText = ctx.resources.getQuantityString(com.bitchat.android.R.plurals.people_count, meshCount, meshCount)
|
val peopleText = ctx.resources.getQuantityString(com.bitchat.android.R.plurals.people_count, meshCount, meshCount)
|
||||||
val meshLabel = stringResource(com.bitchat.android.R.string.mesh_label)
|
val meshLabel = stringResource(com.bitchat.android.R.string.mesh_title)
|
||||||
return "$meshLabel [$peopleText]"
|
return "$meshLabel [$peopleText]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -273,6 +273,7 @@
|
|||||||
<string name="disable_location_services">Remove location access</string>
|
<string name="disable_location_services">Remove location access</string>
|
||||||
<string name="enable_location_services">Enable location services</string>
|
<string name="enable_location_services">Enable location services</string>
|
||||||
<string name="mesh_label">mesh</string>
|
<string name="mesh_label">mesh</string>
|
||||||
|
<string name="mesh_title">Mesh</string>
|
||||||
<string name="location_level_block">Block</string>
|
<string name="location_level_block">Block</string>
|
||||||
<string name="location_level_neighborhood">Neighborhood</string>
|
<string name="location_level_neighborhood">Neighborhood</string>
|
||||||
<string name="location_level_city">City</string>
|
<string name="location_level_city">City</string>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user