summaryrefslogtreecommitdiffstats
path: root/generate_POTFILES.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Translations: Update inkscape.pot and POTFILES maintenanceEduard Braun2017-07-301-46/+0
| | | | | | - move generate_POTFILES.sh to /po folder - update POTFILES.in - remove deleted files from POTFILES.skip
* Fix for make checksu_v2016-04-141-0/+1
| | | (bzr r14843)
* Exclude files in POTFILES.skip from the POTFILES.in generatedKrzysztof Kosi??ski2014-04-091-1/+7
| | | | | | | by the script generate_POTFILES.sh. Fixes make distcheck on Ubuntu. (bzr r13278)
* i18n. Symbols are now translatable (see Bug #1261198); POT file and French ↵Nicolas Dufour2014-01-171-0/+3
| | | | | translation updated. (bzr r12946)
* Update the generate_POTFILES.sh script and POTFILES.inKrzysztof Kosi??ski2013-09-011-0/+2
| | | (bzr r12494)
* * Removing the bitmap files that aren't being used.Ted Gould2008-12-101-0/+4
| | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984)
* generate_POTFILES.sh: Include files that use *gettext functions; exclude ↵Peter Moulder2008-05-231-9/+24
| | | | | | | | files that contain the string ‘_(’ when it's merely part of the string ‘a_(’ etc. (but allow N_, Q_, C_). Search share/extensions/*.py now too, now that they use gettext. More consistent sorting. (bzr r5745)
* Updated the po/POTFILES.in to reflect the new set of translatable files in ↵Marcin Floryan2008-04-231-0/+15
source - closes bug #220739. Added a script to generate the POTFILES.in automatically. (bzr r5494)