Opened 7 years ago
Closed 5 years ago
#2837 closed feature-request (Fixed)
WebUI gettext created in setup.py at build time
Reported by: | Cas | Owned by: | DjLegolas |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Web UI | Version: | develop |
Keywords: | Cc: |
Description
Constantly keeping gettext.js updated is not ideal and it serves no purpose being in the git repo. Two things are need to
- The gettext.js file should be created in setup.py, either as part of Translation build or WebUI build. This would require the gen_web_gettext.py to be added to manifest or code included in setup.py.
- WebUI code needs to handle a missing gettext.js file.
Change History (6)
comment:1 Changed 7 years ago by bro
- Owner set to bro
- Status changed from new to accepted
comment:2 Changed 7 years ago by Cas
comment:3 Changed 6 years ago by Cas
- Milestone changed from 2.0 to 2.0.x
comment:5 Changed 5 years ago by DjLegolas
- Owner changed from bro to DjLegolas
The second part is at this PR.
comment:6 Changed 5 years ago by DjLegolas
- Resolution set to Fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
The first part is done: [8a0b7d970a8]