Opened 11 years ago
Closed 11 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 , 11 years ago
| Milestone: | → 0.8.0 |
|---|
comment:2 by , 11 years ago
| Milestone: | 0.8.0 → 0.9.0 |
|---|
comment:4 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
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!

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.