Opened 9 years ago

Closed 9 years ago

#1050 closed enhancement (fixed)

.mo files should not be in the repo

Reported by: Boris Bobrov Owned by:
Priority: minor Milestone: 0.8.0
Component: programming Keywords:
Cc: Parent Tickets:

Description

Only .po files should be there. .mo files can be generated on various stages, including package building or setup.py installation.

https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg00872.html can be used as a starting point for investigation how to do it; I also saw other openstack fellas doing it.

Change History (4)

comment:1 by Christopher Allan Webber, 9 years ago

Milestone: 0.8.0

Agreed, and should be much easier now that MediaGoblin is using make and friends.
Running "make" auto-compiles .po -> .mo at this point.

We can probably remove these files easily. We should check that this works with the documentation as it is.

comment:2 by Christopher Allan Webber, 9 years ago

Milestone: 0.8.00.9.0

comment:3 by Christopher Allan Webber, 9 years ago

Milestone: 0.9.00.8.0

I think this can be handled in 0.8.0 actually!

comment:4 by Christopher Allan Webber, 9 years ago

Resolution: fixed
Status: newclosed

Done. Pretty easy since we now have a "make i18n" command.

We're now definitely bound to the configure/make world, for better or worse!

Note: See TracTickets for help on using tickets.