#940 closed Defect (fixed)
install .mo files instead of .po files
Reported by: | mjakubicek | Owned by: | romw |
---|---|---|---|
Priority: | Major | Milestone: | Undetermined |
Component: | Manager - Localization | Version: | 6.6.37 |
Keywords: | Cc: | mjakubicek |
Description
The .po files (gettext translation sources) are installed via "make install" instead of the .mo files (compiled translations) which should be actually installed. See the locale/Makefile.am.
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
This was actually a duplicate of (part of) #743. But that one mentions other issues that haven't been fixed yet.
Note: See
TracTickets for help on using
tickets.
(In [19426]) - Use mo files instead of po files when executing make install.