Use latest translations during 'quickly run'
Bug #697281 reported by
Michael Terry
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
This originally came up from question 139767 by Emilien Klein.
It would be nice if 'quickly run' compiled the latest po files into mo files and used them. Maybe do what 'python setup.py build' does and set a localedir variable to point to the generated mo files.
This would simplify testing translations.
A workaround until this is fixed is to just do a 'quickly package', install the deb file, and run the new system version of the program.
Changed in quickly: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
To post a comment you must log in.
Maybe you do something like:
$quickly run
just runs the default language, but
$quickly run nl
would run the dutch translation, for example