summaryrefslogtreecommitdiff
path: root/intltool-extract.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect handling of spaces around = in .ini files.Michi Henning2014-11-241-1/+1
|
* Added Qt Designer .ui file extraction support using the internal XML parserDavid Planella2013-05-101-29/+48
|
* Updated links to Qt translation format specsDavid Planella2013-05-091-2/+5
|
* Merged trunkDavid Planella2013-01-281-1/+1
|\
| * Add test case for single quotes, and fix the bug that I discoveredRobert Bruce Park2012-08-221-1/+1
| | | | | | | | as a result of adding this test.
| * Support translatable='yes' in glade XMLRobert Bruce Park2012-08-071-1/+1
| |
* | Cleaned up qtdesigner code, added comments, updated test case and resultsDavid Planella2013-01-281-6/+27
| |
* | First shot at adding extraction support for Qt Designer .ui filesDavid Planella2012-03-121-1/+30
|/
* Ignore whitespace indentation in empty lines. Part of #922685 fix.Danilo Šegan2012-02-051-1/+1
|
* Bug #923841: support menus in glade filesRyan Lortie2012-01-301-1/+1
| | | | | | | Instead of hardcoding a list (property, atkproperty, col) of tags that we support translatable="yes" on, support it on all tags. This lets us pick up <attribute translatable="yes"> as is used within <menu> of a GtkBuilder file.
* Strip beginning and ending whitespace and preserve paragraphs for gsettings. ↵Danilo Segan2012-01-271-1/+21
| | | | Fix submitted by Ryan Lortie.
* Use the same readXml tree parsing for gsettings gschema.xml files like used ↵Danilo Segan2011-10-081-52/+43
| | | | for XML file support.
* Apply patch from Ryan with a few fixes and a test case.Danilo Segan2011-10-081-4/+60
|
* Use xgettext built-in scheme support for .scm files and add support to ↵Danilo Segan2011-10-081-50/+4
|\ | | | | | | `intltool-update -m` for detecting missing .scm files. Fixes #790574.
| * Remove all code for scheme extraction since xgettext can handle it now.Danilo Segan2011-10-081-50/+4
| |
* | Keep the original ordering of messages and update tests to reflect it.Danilo Segan2011-10-081-16/+24
|/
* Add support for context to glade format support.Danilo Šegan2010-03-181-6/+12
|
* Remove references to dead mailing listsRodney Dawes2009-07-151-2/+1
| | | | | Update bug reporting references to launchpad Fix HACKING to promote using branches for submitting changes
* 2008-11-16 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-11-171-2/+103
| | | | | | | | | | * intltool-extract.in: Add support for extracting string data from Bioware Aurora Talk Table format files, along with the extra metadata associated with the strings * intltool-update.in: Add support for Bioware Aurora Talk Table format files in POTFILES
* 2008-07-25 Wouter Bolsterlee <wbolster@svn.gnome.org>wbolster2008-07-251-1/+27
| | | | | | | | | | | | | | | reviewed by: Rodney Dawes <dobey.pwns@gmail.com> * intltool-extract.in: * intltool-merge.in: * tests/cases/az.po: * tests/cases/fr.po: * tests/selftest.pl.in: Bug 458794 – Context support works only for single context on a msgid. Patch and test case by Dan Winship <danw@gnome.org>.
* 2008-04-11 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-04-121-0/+875
* configure.in: Up version to 0.39.99 to avoid conflicts with 0.3x.y versions * Makefile.am: Don't distribute the *.in scripts any longer Clean up the sed replacing We don't use *.in.in for scripts any longer, just *.in * intltool.m4: Update the version check to use intltool-update --version instead Check for the intltool scripts in PATH instead of local copies Remove the AC_CONFIG_COMMANDS to create the local script copies * intltool-*.in: * intltool-*.in.in: Rename all the *.in.in scripts to just *.in * intltoolize.in: Only copy Makefile.in.in to a project's distribution Fixes #490620