diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-15 13:28:09 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-15 13:28:09 +0000 |
| commit | 8c3da813ef11426c4231b7ec348edaae8b874c31 (patch) | |
| tree | a8a5c15f67c18bcf8d3a8ac87d78ea24ab63ed5a | |
| parent | Fix eaae266840146a0faa3332f253ba7bd63eecbb21 (diff) | |
| download | inkscape-8c3da813ef11426c4231b7ec348edaae8b874c31.tar.gz inkscape-8c3da813ef11426c4231b7ec348edaae8b874c31.zip | |
Update POTFILES.in and show diff in related CI test
| -rw-r--r-- | .gitlab-ci.yml | 6 | ||||
| -rw-r--r-- | po/POTFILES.in | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 195b402c0..54293ba65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,8 +161,10 @@ translations: # check if POTFILES.in should be updated in the repo (shall we automate this?) - 'if [ -n "$(diff POTFILES.in.1 POTFILES.in.2)" ]; then - echo "New translatable source files were added."; - echo "Please update POTFILES.in so they can be translated (or add them to POTFILES.skip)"; + git diff POTFILES.in + echo "New translatable strings in source files found."; + echo "Please add the paths to POTFILES.in so they can be translated"; + echo "(or add them to POTFILES.skip to exlude them from translations)."; exit 1; fi' - rm POTFILES.in.1 POTFILES.in.2 diff --git a/po/POTFILES.in b/po/POTFILES.in index eb1308b3f..a967b085b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# Generated by ./generate_POTFILES.sh at Thu Sep 13 16:47:05 CEST 2018 +# Generated by ./generate_POTFILES.sh at Sat Sep 15 15:21:51 CEST 2018 [encoding: UTF-8] inkscape.appdata.xml.in inkscape.desktop.in @@ -364,7 +364,6 @@ src/widgets/gradient-vector.cpp src/widgets/paint-selector.cpp src/widgets/sp-attribute-widget.cpp src/widgets/sp-color-selector.cpp -src/widgets/sp-xmlview-attr-list.cpp src/widgets/stroke-marker-selector.cpp src/widgets/stroke-style.cpp src/widgets/swatch-selector.cpp |
