Make language menu items translatable
Bug #301168 reported by
Yuri Malheiros
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TextFlow |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Make menu items name defined in language config file translatable
Changed in textflow: | |
milestone: | none → 0.3.0 |
status: | New → Confirmed |
Changed in textflow: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
The easy way for fix this is add gettext in the config.py files. But the better way is the textflow accept _(), without is necessary import gettext in config.py
This patch is a implementation for the easy way