Make string localizable
This commit is contained in:
parent
7fedb154bf
commit
ec5908f9de
@ -187,7 +187,7 @@ fun PluginSettingsScreen(pluginId: String) {
|
|||||||
.padding(4.dp)
|
.padding(4.dp)
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
"Official",
|
stringResource(R.string.plugin_badge_official),
|
||||||
modifier = Modifier.padding(horizontal = 4.dp),
|
modifier = Modifier.padding(horizontal = 4.dp),
|
||||||
style = MaterialTheme.typography.labelMedium,
|
style = MaterialTheme.typography.labelMedium,
|
||||||
color = MaterialTheme.colorScheme.onSecondary,
|
color = MaterialTheme.colorScheme.onSecondary,
|
||||||
|
|||||||
@ -857,6 +857,7 @@
|
|||||||
<string name="plugin_action_setup">Set up</string>
|
<string name="plugin_action_setup">Set up</string>
|
||||||
<string name="plugin_type_filesearch">File search</string>
|
<string name="plugin_type_filesearch">File search</string>
|
||||||
<string name="plugin_type_weather">Weather provider</string>
|
<string name="plugin_type_weather">Weather provider</string>
|
||||||
|
<string name="plugin_badge_official">Official</string>
|
||||||
<string name="plugin_weather_provider_enable">Set as weather provider</string>
|
<string name="plugin_weather_provider_enable">Set as weather provider</string>
|
||||||
<string name="plugin_weather_provider_enabled">Currently set as weather provider</string>
|
<string name="plugin_weather_provider_enabled">Currently set as weather provider</string>
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
x
Reference in New Issue
Block a user