billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a28e825e46eebc61d15b17d2266831a28115a9ac
commit a28e825e46eebc61d15b17d2266831a28115a9ac Author: Boris Faure <bill...@gmail.com> Date: Tue Sep 15 21:45:17 2020 +0200 po/meson.build: add 'po' target --- po/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/po/meson.build b/po/meson.build index c2c4694..6f7d199 100644 --- a/po/meson.build +++ b/po/meson.build @@ -16,3 +16,10 @@ if get_option('nls') ]) config_data.set('ENABLE_NLS', '1') endif + +# maintainer shortcut for updating po stuff +run_target ('po', + command: ['ninja', '-C', meson.build_root(), + meson.project_name() + '-pot', + meson.project_name() + '-update-po'] + ) --