Skip to content

Please fix the casing for FormatTextdirectionLToRIcon and FormatTextdirectionRToLIcon icons #48850

Description

@Nefcanto

If the casing is PascalCasing as with many more icons, then the correct spelling should be:

FormatTextdirectionLToRIcon => FormatTextDirectionLtrIcon
FormatTextdirectionRToLIcon => FormatTextDirectionRtlIcon

The reason we're asking for this, is because we have created a mini-tool for our panel to optimize icons, and we count on casing to build the correct path, and that tool fails for these icons. We can create exceptions in our code, but I think the right way is for you to fix the casing.

The d in Textdirection should become capitalized => TextDirection
And also the Ltr and Rtl are both known acronyms

Search keywords:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions