Add support for copying/cloning follow sets in the UI.

This commit is contained in:
KotlinGeekDev
2025-10-03 16:26:20 +01:00
parent 2df575d4af
commit e418a26f41
4 changed files with 134 additions and 3 deletions
+5
View File
@@ -534,9 +534,14 @@
<string name="follow_set_creation_item_label">New list with %1$s membership</string>
<string name="follow_set_creation_item_description">Creates a new follow set, and adds %1$s as a %2$s member.</string>
<string name="follow_set_creation_dialog_title">New Follow Set</string>
<string name="follow_set_copy_dialog_title">Copy/Clone Follow Set</string>
<string name="follow_set_copy_indicator_description">You can set a custom name/description for this clone set below.</string>
<string name="follow_set_creation_name_label">Set name</string>
<string name="follow_set_copy_name_label">(Original Set name)</string>
<string name="follow_set_creation_desc_label">Set description(optional)</string>
<string name="follow_set_copy_desc_label">(Original Set description)</string>
<string name="follow_set_creation_action_btn_label">Create set</string>
<string name="follow_set_copy_action_btn_label">Copy/Clone set</string>
<string name="follow_set_rename_btn_label">Rename set</string>
<string name="follow_set_rename_dialog_indicator_first_part">You are renaming from </string>
<string name="follow_set_rename_dialog_indicator_second_part"> to..</string>