manager: allow multiple modules to be installed sequentially (#2459)

It's now okay to merge
This commit is contained in:
Rifat Azad
2025-02-23 10:10:58 +06:00
committed by GitHub
parent a41f454fa5
commit 7a6ec8b284
4 changed files with 62 additions and 27 deletions

View File

@@ -23,8 +23,10 @@
<string name="module_failed_to_disable">Failed to disable module: %s</string>
<string name="module_empty">No module installed</string>
<string name="module">Module</string>
<string name="module_install_prompt_with_name">The following modules will be installed: %1$s</string>
<string name="module_sort_action_first">Sort (Action first)</string>
<string name="module_sort_enabled_first">Sort (Enabled first)</string>
<string name="confirm">Confirm</string>
<string name="uninstall">Uninstall</string>
<string name="module_install">Install</string>
<string name="install">Install</string>