diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-09-01 15:33:26 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-09-01 15:33:26 +0000 |
| commit | 9f09c335eadd6bb722fa427631df7fef37854293 (patch) | |
| tree | 91688e5b35a4ebc5457bf83a81bd566ba7623597 | |
| parent | update cmakefiles (diff) | |
| download | inkscape-9f09c335eadd6bb722fa427631df7fef37854293.tar.gz inkscape-9f09c335eadd6bb722fa427631df7fef37854293.zip | |
Update the generate_POTFILES.sh script and POTFILES.in
(bzr r12494)
| -rwxr-xr-x | generate_POTFILES.sh | 2 | ||||
| -rw-r--r-- | po/POTFILES.in | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/generate_POTFILES.sh b/generate_POTFILES.sh index cff07c8df..a5b8cb170 100755 --- a/generate_POTFILES.sh +++ b/generate_POTFILES.sh @@ -20,6 +20,8 @@ rm -f po/POTFILES.in.new echo "[encoding: UTF-8]" echo "inkscape.desktop.in" echo "share/filters/filters.svg.h" + echo "share/palettes/palettes.h" + echo "share/patterns/patterns.svg.h" find src \( -name '*.cpp' -o -name '*.[ch]' \) -type f -print0 | xargs -0 egrep -l '(\<[QNC]?_|gettext) *\(' | sort find share/extensions -name '*.py' -type f -print0 | xargs -0 egrep -l '(\<[QNC]?_|gettext) *\(' | sort diff --git a/po/POTFILES.in b/po/POTFILES.in index 57af25c3d..21753f2ed 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,9 +1,11 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# Generated by ./generate_POTFILES.sh at sob, 31 sie 2013, 17:42:59 CEST +# Generated by ./generate_POTFILES.sh at nie, 1 wrz 2013, 17:32:54 CEST [encoding: UTF-8] inkscape.desktop.in share/filters/filters.svg.h +share/palettes/palettes.h +share/patterns/patterns.svg.h src/arc-context.cpp src/box3d-context.cpp src/box3d.cpp |
