Skip to content

Edit translatable strings for easier translation. #55

@lojack5

Description

@lojack5

This is in relation to Unicode Guidelines:

Go through all translatable strings and update them to:

  • Remove wtxt formatting
  • Remove newline characters
  • Remove leading and trailing whitespace
  • Change formatting specifiers %s into %(name)s ones

Blockers:

Useful resources:

  • Tracking regex for %s vs %(name)s etc.: _\(\s*u?['"][^%)]*%[^( ]
  • Tracking regex for %s vs f{} and %(name)s etc. %[^( ]

Metadata

Metadata

Assignees

Labels

A-l10nArea: Localization (localize.py and the l10n folder)C-todoCategory: TODO, specific item that needs to be accomplished in working towards a goal

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions