Edgewall Software
Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 Jun Omae, 5 years ago

Milestone: translations
Resolution: cantfix
Status: newclosed

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!

comment:2 by Ryan J Ollos, 5 years ago

Milestone: translations

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.