AppsGamesFragment: Localize header string for installed apps
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ class AppsGamesFragment : BaseFragment<FragmentGenericWithSearchBinding>() {
|
|||||||
add(
|
add(
|
||||||
HeaderViewModel_()
|
HeaderViewModel_()
|
||||||
.id("header")
|
.id("header")
|
||||||
.title("${packages.size} apps installed")
|
.title(getString(R.string.installed_apps_size, packages.size))
|
||||||
)
|
)
|
||||||
packages.forEach { app ->
|
packages.forEach { app ->
|
||||||
add(
|
add(
|
||||||
|
|||||||
@@ -487,4 +487,7 @@
|
|||||||
<string name="details_compatibility_status_limited">Limited: Works with limited features</string>
|
<string name="details_compatibility_status_limited">Limited: Works with limited features</string>
|
||||||
<string name="details_compatibility_status_unsupported">Unsupported: Not functional</string>
|
<string name="details_compatibility_status_unsupported">Unsupported: Not functional</string>
|
||||||
<string name="details_compatibility_status_unknown">Unknown: Not checked yet</string>
|
<string name="details_compatibility_status_unknown">Unknown: Not checked yet</string>
|
||||||
|
|
||||||
|
<!-- AppsGamesFragment -->
|
||||||
|
<string name="installed_apps_size"><xliff:g id="installed_apps_size">%1$d</xliff:g> apps installed</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user