Opened 18 years ago
Closed 18 years ago
#3679 closed (fixed)
compile-messages.py should have a language code argument
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Tools | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
compile-messages.py should have command line argument to rebuild a single language (e.g. "compile-messages.py en"). Currently it rebuilds all .mo files. This only takes a few seconds, but the amount of output given can make it hard to see any errors.
Note:
See TracTickets
for help on using tickets.
(In [4687]) Fixed #3679 -- Added an option to compile localisation messages for a single
locale.