Commit c45c240
committed
Ensure compiled translation .mo files are picked up during build phase
There was a bug where simply running `./setup.py install` from a fresh
checkout would compile the .po files into .mo files but wouldn't copy
them to the `build/` subdirectory. Running `build` then `install` (or
running `install` twice) would fix that issue as the files compiled by
the first pass would get picked up at the second one.
This issue didn't affect the `develop` mode, since there the "installed"
package is just a symlink to the source tree, where these files exist.1 parent 3b46531 commit c45c240
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| |||
0 commit comments