Skip to content

Commit

Permalink
fix: recompile messages from sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers authored and jmmaranan committed Sep 18, 2023
1 parent 182e8cf commit 0d04f70
Show file tree
Hide file tree
Showing 6 changed files with 1,144 additions and 990 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ debug:

potfile: ./po/forge.pot

./po/forge.pot: ./extension.js
./po/forge.pot: ./prefs.js ./extension.js ./lib/**/*.js
mkdir -p po
xgettext --from-code=UTF-8 --output=po/forge.pot --package-name "Forge" ./extension.js
xgettext --from-code=UTF-8 --output=po/forge.pot --package-name "Forge" ./prefs.js ./extension.js ./lib/**/*.js

compilemsgs: potfile $(MSGSRC:.po=.mo)
for msg in $(MSGSRC); do \
Expand Down
Loading

0 comments on commit 0d04f70

Please sign in to comment.