projecthamster / hamster-shell-extension

Shell extension for hamster
http://projecthamster.org
GNU General Public License v3.0
215 stars 91 forks source link

Add make target to compile gettext binary (*.mo) files #272

Closed elbenfreund closed 6 years ago

elbenfreund commented 6 years ago

For a general short primer on the gettext workflow see here. A nice and concise way to handle recursive msgfmt calls is presented here.

This new make target should probably also be invoked by make dist.

elbenfreund commented 6 years ago

Our compile target already does exactly this.