summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-02 23:07:38 -0400
committerLex Neva <github.com@lexneva.name>2019-04-02 23:07:38 -0400
commita6a86973dd54d623394fdbfc61e6e4c0ca263cc0 (patch)
tree2d9c48e16e3d6ca82729a758815d8205d658d1da /Makefile
parenta9cf553066c3fd5b907593751bb00f77f32ce86a (diff)
add localization for font names and descriptions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed86a36c..5635547e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ inx: locales
messages.po:
rm -f messages.po
bin/pyembroidery-gettext > pyembroidery-format-descriptions.py
+ bin/inkstitch-fonts-gettext > inkstitch-fonts-metadata.py
pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments -k N_ .
rm pyembroidery-format-descriptions.py