Ticket #1161 (closed defect: wontfix)
Running the toolbox shell inside the app overrides "_" used by gettext/i18n
| Reported by: | arnarbi | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | 1.0.x bugfix |
| Component: | Toolbox | Version: | 1.0b1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by mramm) (diff)
Mounting the toolbox somewhere in your app and running it overwrites gettext's definition of the "_" function. The last evaluated value in the shell is assigned to _ so after that calls to _("somestring") all over the app results in unpredictable behavior.
Change History
comment:1 Changed 5 years ago by jorge.vargas
- Priority changed from normal to low
- Component changed from unassigned to Toolbox
- Milestone set to 1.0b3
comment:3 Changed 5 years ago by alberto
- Milestone changed from 1.1 to __unclassified__
Batch moved into unclassified from 1.1 to properly track progress on the later
comment:5 Changed 3 years ago by Chris Arndt
This ticket has not received any feedback/clarification for over two years. Closing it as wontfix.
If the issue still exists and you can provide more information to reproduce it and/or a patch and test case that solves it, feel free to re-open the ticket.
Note: See
TracTickets for help on using
tickets.
This is an edge case, why will you want the toolbox inside your app?
if you could provide a patch that will fix this and won't break the normal toolbox usage we can include it.