Fix a bug introduced by Emacs autmated line wrap.
This commit is contained in:
parent
096b56b50d
commit
1a7cbc0f42
1 changed files with 1 additions and 2 deletions
|
@ -87,8 +87,7 @@ subdir = po/$(DOMAIN)
|
|||
top_builddir = ../..
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --from-code=UTF-8 --sort-by-file --keyword=sgettext --keyword
|
||||
=vgettext --keyword=_n:1,2 --keyword=sngettext:1,2 --keyword=vngettext:1,2
|
||||
XGETTEXT_OPTIONS = --from-code=UTF-8 --sort-by-file --keyword=sgettext --keyword=vgettext --keyword=_n:1,2 --keyword=sngettext:1,2 --keyword=vngettext:1,2
|
||||
|
||||
# This is the copyright holder that gets inserted into the header of the
|
||||
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
||||
|
|
Loading…
Add table
Reference in a new issue