Modify ↓
#13172 closed defect (cantfix)
Polish locale file (pl.js) missing in 1.2.3 wheel
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Dear trac devs,
polish locale js file (pl.js) is not present in the Trac-1.2.3-py2-none-any.whl file:
wget "https://files.pythonhosted.org/packages/41/66/6adf72f889af8a16f8e32246c9db9d666826a6a7d267fd57fefd6095d238/Trac-1.2.3-py2-none-any.whl"
unzip -l Trac-1.2.3-py2-none-any.whl | grep /pl
127813 2018-07-29 18:42 trac/locale/pl/LC_MESSAGES/messages.mo
72865 2018-07-29 18:42 trac/locale/pl/LC_MESSAGES/tracini.mo
unzip -l Trac-1.2.3-py2-none-any.whl | grep pl.js | wc -l
0
is there any reason to not to have this file included in the whl file?
Attachments (0)
Change History (2)
comment:1 by , 6 years ago
| Milestone: | → translations |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
comment:2 by , 6 years ago
| Milestone: | translations |
|---|
Note:
See TracTickets
for help on using tickets.



The messages js files are generated from messages-js.po files in source files. Unfortunately, Polish messages-js.po file, trac/locale/pl/LC_MESSAGES/messages-js.po is missing in source files.
See source:/tags/trac-1.2.3/trac/locale/pl/LC_MESSAGES/ and comment:20:ticket:5480.
If you are interested about the Polish translations, feel free to contribute!