summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-05-20 20:40:56 -0400
committerLex Neva <github.com@lexneva.name>2020-05-20 20:41:11 -0400
commite5feabde08403511c9befbcda8576c66e4c017a1 (patch)
tree3e4ea828da7b22ad34eb41a0db49ee42d6c19b4d /Makefile
parent5c7b97c9feac43f22935ea468dc77aefe04836ba (diff)
fix make messages.po
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc152382..0f559355 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ messages.po:
bin/inkstitch-fonts-gettext > inkstitch-fonts-metadata.py
pybabel extract -o messages-babel.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments -k N_ -k '$$gettext' .
rm pyembroidery-format-descriptions.py inkstitch-fonts-metadata.py
+ cd electron && yarn --link-duplicates --pure-lockfile
find electron/src -name '*.html' -o -name '*.js' -o -name '*.vue' | xargs electron/node_modules/.bin/gettext-extract --quiet --attribute v-translate --output messages-vue.po
msgcat -o messages.po messages-babel.po messages-vue.po