summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Translations: Fix msgctxt extraction from source stringsPatrick Storz2019-09-191-1/+1
|
* Puts back translator commentsMarc Jeanmougin2019-08-281-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/391
* Fix po generationMarc Jeanmougin2019-07-111-2/+1
| | | | Do not use --strict as it creates potfile in an obsolete format
* Add line info backMarc Jeanmougin2019-07-111-0/+1
|
* Translation file: do not sort stringsMarc Jeanmougin2019-07-091-1/+1
|
* Translations: FWIW, update --msgid-bugs-addressPatrick Storz2019-07-021-1/+1
|
* CMake: Allow Windows devs to re-create inkscape.potPatrick Storz2019-07-021-35/+44
|
* Stop inflating inkscape.pot and only update it on demandMarc Jeanmougin2019-06-141-4/+2
|
* Work around `xgettext --its` crash for old gettext versionsMax Gaukler2019-06-011-3/+11
| | | | | | | | Change from `xgettext --its` to `GETTEXTDATADIR=.` and `*.loc` files Works around this bug in Debian stable: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891347 Fixes https://gitlab.com/inkscape/inkscape/issues/271
* Update pofilesMarc Jeanmougin2019-05-281-8/+9
|
* Fix translationsMarc Jeanmougin2019-05-271-8/+9
|
* Fix inkscape.pot file creationMarc Jeanmougin2019-05-271-1/+1
|
* Improve xgettext processMarc Jeanmougin2019-05-271-55/+42
|
* Mix init-tool and xgettext to allow inx and glade filesJabiertxof2019-02-091-16/+18
|
* Add xgettext instead intl-toolJabiertxof2019-02-091-16/+19
|
* Rename Linux metadata Issue fixvanntile2019-01-241-14/+14
|
* Do not translate appdata and desktop when they are not installedMarc Jeanmougin2019-01-151-28/+29
|
* translate and install inkscape.appdata.xmlMarc Jeanmougin2019-01-141-0/+15
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Fix install location of .mo filesEduard Braun2018-10-121-1/+3
| | | | | | | .mo files were copied to e.g. "en.mo" instead of "inkscape.mo" This was broken after e939fcccf36f2a89435b0f8328db9be32ce3b600 as there was one tiny customization in our copy of FindGettext.cmake
* CMake/po: Adjust intltool-update command to work on *nixEduard Braun2018-09-301-2/+2
|
* CMake/po: Check for presence of intltool for creating inkscape.potEduard Braun2018-09-291-23/+22
| | | | | Also remove FindGettext module and use the one that ships with CMake (bumps minimum version to CMake 2.8.8 for GETTEXT_VERSION_STRING)
* Pass along the BINRELOC flagTed Gould2018-01-131-5/+2
|
* Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-0/+16
| | | (bzr r15239)
* merge and fixed buildMoritz Eberl2016-04-161-1/+1
|\ | | | | (bzr r14761.1.11)
* | Added an example plugin.Moritz Eberl2016-04-161-0/+3
|/ | | (bzr r14761.1.8)
* Disable inkscape.desktop translation for old gettextMarc Jeanmougin2016-04-131-4/+15
| | | (bzr r14817)
* regenerates inkscape-version when revno changes ; Translates ↵Marc Jeanmougin2016-04-121-0/+9
| | | | | | | | | inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785)
* Added translations to the cmake build (1451236)houz2015-08-161-0/+7
Fixed bugs: - https://launchpad.net/bugs/1451236 (bzr r14304)