~noasakurajin/xapp/master

« back to all changes in this revision

Viewing changes to makepot

  • Committer: Clement Lefebvre
  • Date: 2020-04-23 14:54:43 UTC
  • Revision ID: git-v1:5b5976805455254b6d890edb1a53942e26e1419b
l10n: Fix makepot picking up unwanted service file

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
xgettext --language=C --add-comments --keyword=_ --keyword=N_ --output=xapp.pot libxapp/*.c
6
6
xgettext --language=Python --add-comments --keyword=_ --join-existing --output=xapp.pot status-applets/*/*.py
7
7
xgettext --language=Desktop --join-existing --add-comments \
8
 
          -k --keyword=Name --keyword=Description --output=xapp.pot status-applets/*/*.in
 
8
          -k --keyword=Name --keyword=Description --output=xapp.pot status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in
9
9