Skip to content

Clean up Localizations #518

@LePips

Description

@LePips

The base file Translations/en.lproj/Localizable.strings needs to be cleaned up as:

1 - there are many unused strings
2 - strings have just always been appended to the end of the file. This has lead to merge conflicts and has no organization.

So we need to find the unused strings, remove them, and then sort the remaining strings by some organization format. I was thinking sections by purpose and strings are alphabetized within each section:

/* General */
"close" = "Close";
...

/* QuickConnect */
"quickConnect" = "QuickConnect"
"quickConnectStep1" = "..."
...

As far as I know, re-organizing the strings does not cause Weblate to break.

Metadata

Metadata

Assignees

No one assigned

    Labels

    developerImproves or alters the developer experienceenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions