Opened 9 years ago
Closed 6 years ago
#2837 closed feature-request (Fixed)
WebUI gettext created in setup.py at build time
Reported by: | Calum | 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 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 8 years ago
comment:3 by , 7 years ago
Milestone: | 2.0 → 2.0.x |
---|
comment:6 by , 6 years ago
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
The first part is done: [8a0b7d970a8]