From a6a86973dd54d623394fdbfc61e6e4c0ca263cc0 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 2 Apr 2019 23:07:38 -0400 Subject: add localization for font names and descriptions --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.3.1