Skip to content

Commit

Permalink
Merge pull request #548 from /issues/547
Browse files Browse the repository at this point in the history
xgettext should obey the second arg
  • Loading branch information
DeepDiver1975 authored Oct 25, 2021
2 parents 29fa618 + 388fe1a commit db83c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ makemessages:
touch files_mediaviewer.pot
../node_modules/.bin/gettext-extract --attribute v-translate \
--output=files_mediaviewer.pot $(GETTEXT_VUE_SOURCES)
xgettext --language=JavaScript --keyword=t \
xgettext --language=JavaScript --keyword=t:2 --keyword=n:2,3 \
--from-code=utf-8 --join-existing --no-wrap \
--package-name=FilesMediaViewer \
--package-version=0.0.1 \
Expand Down

0 comments on commit db83c1d

Please sign in to comment.