-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
A-l10nArea: Localization (localize.py and the l10n folder)Area: Localization (localize.py and the l10n folder)C-todoCategory: TODO, specific item that needs to be accomplished in working towards a goalCategory: TODO, specific item that needs to be accomplished in working towards a goal
Milestone
Description
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
%sinto%(name)sones
Blockers:
Useful resources:
- Tracking regex for
%svs%(name)setc.:_\(\s*u?['"][^%)]*%[^( ] - Tracking regex for
%svsf{}and%(name)setc.%[^( ]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-l10nArea: Localization (localize.py and the l10n folder)Area: Localization (localize.py and the l10n folder)C-todoCategory: TODO, specific item that needs to be accomplished in working towards a goalCategory: TODO, specific item that needs to be accomplished in working towards a goal