diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-07-15 15:24:05 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-08-21 15:18:42 +0000 |
| commit | 4cf2a22b2cd54f14ca1bf470a79872119ac49ebf (patch) | |
| tree | 7bce5b2e9750fa0df9273b9c55346a1028affeb2 | |
| parent | update pofiles (diff) | |
| download | inkscape-4cf2a22b2cd54f14ca1bf470a79872119ac49ebf.tar.gz inkscape-4cf2a22b2cd54f14ca1bf470a79872119ac49ebf.zip | |
fix POTFILE generation
| -rw-r--r-- | po/POTFILES.ui.in | 2 | ||||
| -rwxr-xr-x | po/generate_POTFILES.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/po/POTFILES.ui.in b/po/POTFILES.ui.in index 5a58c8744..818cc6d52 100644 --- a/po/POTFILES.ui.in +++ b/po/POTFILES.ui.in @@ -1,2 +1,2 @@ +../share/ui/dialog-trace.glade ../share/ui/inkscape-application.glade - diff --git a/po/generate_POTFILES.sh b/po/generate_POTFILES.sh index 582d7486d..9dd9764b5 100755 --- a/po/generate_POTFILES.sh +++ b/po/generate_POTFILES.sh @@ -23,6 +23,6 @@ export LC_ALL=C find ../share/extensions -name '*.py' -type f -print0 | xargs -0 egrep -l '(\<[QNC]?_|gettext) *\(' | sort > POTFILES.py.in find ../share/extensions -name '*.inx' -type f -print | sort > POTFILES.inx.in -find ../share/ui -name '*.glade' -type f -print0 | sort > POTFILES.ui.in +find ../share/ui -name '*.glade' -type f -print | sort > POTFILES.ui.in |
