po: Fix building PO template

Since dropping registry-image-widgets npm module in commit 42cf3774,
building po/cockpit.pot has failed with

    find: ‘node_modules/registry-image-widgets/’: No such file or directory

Drop it from the list of directories to translate.

Closes #12797
This commit is contained in:
Martin Pitt 2019-09-13 12:52:43 +02:00 committed by GitHub
parent 42cf377420
commit 550b7c71e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ uninstall-local::
# General code packages to translate
TRANSLATE = \
pkg/ \
node_modules/registry-image-widgets/ \
src/ws/ \
$(NULL)