StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

Group by first word

Open MHKalantarian opened this issue 3 years ago • 3 comments

I have a lot of strings that needs to be grouped by their first word ex:

    <string name="action__select_files">انتخاب فایل‌ها</string>
    <string name="action__yes">بله</string>
    <string name="clip__delete_item">حذف</string>
    <string name="clip__paste_item">چسباندن</string>

to

    <string name="action__select_files">انتخاب فایل‌ها</string>
    <string name="action__yes">بله</string>

    <string name="clip__delete_item">حذف</string>
    <string name="clip__paste_item">چسباندن</string>

Grouped by key's first word

MHKalantarian avatar Sep 11 '22 07:09 MHKalantarian

Quite a special use case, you will have to make it yourself.

krasa avatar Sep 11 '22 16:09 krasa

Is there a way to do this with your plugin?

MHKalantarian avatar Sep 11 '22 16:09 MHKalantarian

nope

krasa avatar Sep 11 '22 17:09 krasa