Rebuild the pseudo-translation .mo on every --pseudo-translation run
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- python
- Domain
- localization
Research direction
Start with devsupport/pseudo-translation/generate_pseudo_translation.py and trace the --pseudo-translation and --pseudo-translation-bidi entry points to see where the pre-generated .mo is loaded. Run the relevant pseudo-translation command against current source strings and verify that each invocation rebuilds the catalog and includes newly added translatable strings.
Written by the indexing model from the issue text.
Description
--pseudo-translation/--pseudo-translation-bidi rely on a pre-generated .mo (devsupport/pseudo-translation/generate_pseudo_translation.py), which goes stale as new translatable strings are added - e.g. translate/virtaal#1492's own new "Language:" string was missing from it during testing.
Rebuilding is cheap - worth just regenerating it on every --pseudo-translation run instead of relying on a stale pre-built one, so it's always in sync with the current source without a separate manual regen step.
🤖 Generated with Claude Code
- Dominant language
- Python
- Stars
- 304
- Forks
- 61
- Avg merge
- 6h 30m
- Merged PRs (30d)
- 240
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from translate/virtaal
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
l10n
Difficulty 1/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 72/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
All issues in translate/virtaal
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100