diff --git a/po/Makevars.in b/po/Makevars.in index 276cd310d..c3624ebe8 100644 --- a/po/Makevars.in +++ b/po/Makevars.in @@ -7,11 +7,7 @@ top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --package-name=@PACKAGE@ \ - --package-version=@VERSIONSTRING@ \ - --add-comments="TRANS:" \ - --no-wrap - +XGETTEXT_OPTIONS = -d=@PACKAGE@ --add-comments="TRANS:" --no-wrap # possible options to include: # -c, --add-comments[=TAG] place comment block with TAG (or those diff --git a/po/POTFILES.in b/po/POTFILES.in index fe0daad2c..025d6915d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -106,6 +106,7 @@ src/DateHandler/__init__.py # docgen directory src/docgen/ODSDoc.py src/docgen/ODSTab.py +src/docgen/OpenSpreadSheet.py src/docgen/SpreadSheetDoc.py src/docgen/TextBufDoc.py