summaryrefslogtreecommitdiff
path: root/po/makefile
Commit message (Collapse)AuthorAgeFilesLines
* add missing Turkish (tr) to po/LINGUASDavid Kalnischkies2013-07-261-5/+15
| | | | | | And while at it ensure that this can't happen again by letting the build fail in case a po file is available but the language isn't mentioned in the LINGUAS file (not even as a disabled language).
* stop building l10n if strings are unchangedDavid Kalnischkies2013-06-091-4/+11
| | | | | | The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time.
* apply the correct metadata (package, version, mail) to all pot and po filesDavid Kalnischkies2012-05-211-3/+3
|
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
| | | | to the more standard PACKAGE_VERSION and make it work in every file
* do not update po and pot files in the process of the build as thisDavid Kalnischkies2012-03-211-9/+15
| | | | | | | | | causes timestamp changes for the mo files which therefore can't be refcounted by dpkg for your M-A: same packages (Closes: #659333, LP: #924628) The commit also enables a top-level 'make update-po' and does all the needed changes to let this work now that update-po might be called in a freshly checkout tree
* * buildlib/apti18n.h.in, po/makefile:David Kalnischkies2010-02-181-0/+1
| | | | - add ngettext support with P_()
* * undo some of the bzr merge damage from the last mergeMichael Vogt2006-03-281-0/+3
|
* Better makefile for more up-to-date PO and POTChristian Perrier2006-01-091-2/+2
| | | | | * po/makefile: make update-po a pre-requisite of clean target so that POT and PO files are always up-to-date
* * add " " in update-poMichael Vogt2005-12-291-1/+1
|
* Merge with Michael and add update-po as a pre-req for binaryChristian Perrier2005-10-251-1/+1
| | | | | | | | | | | | | | | | | | | * po/makefile: Add update-po as a prerequisite of binary. Closes: #329910 Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-78 * fix a incorrect example * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-79 * revert patch from patch-59, causes all sorts of trouble * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-80 * fix changelog * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-81 * be extra carefull in cmdline/apt-get.cc:FindSrc() and check VF.File() for NULL
* Add update-po from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Arch Librarian2004-09-201-0/+9
| | | | | | Author: jgg Date: 2003-02-19 06:51:18 GMT Add update-po from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Fix leftover reference on binary target to $(PO)/$(PACK...Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 2003-02-12 07:29:42 GMT Fix leftover reference on binary target to $(PO)/$(PACKAGE)-all.pot.
* Lots and lots of i18n updates.Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates.
* Move apt-all.pot out of build/po, and into po/, and che...Arch Librarian2004-09-201-2/+2
| | | | | | | | Author: doogie Date: 2003-02-10 00:26:49 GMT Move apt-all.pot out of build/po, and into po/, and check it into cvs. This allows translators to do their work without checking everything out, and building it.
* Add a stats target(hi joy).Arch Librarian2004-09-201-0/+3
| | | | | | Author: doogie Date: 2003-02-09 23:44:30 GMT Add a stats target(hi joy).
* Use a more reliable method to get the domain stringArch Librarian2004-09-201-5/+6
| | | | | | Author: jgg Date: 2003-01-11 07:55:54 GMT Use a more reliable method to get the domain string
* Rejigger gettext stuff for 0.11.5Arch Librarian2004-09-201-0/+1
| | | | | | Author: jgg Date: 2003-01-11 07:17:58 GMT Rejigger gettext stuff for 0.11.5
* Don't run the targets in po in parallel. This allows u...Arch Librarian2004-09-201-3/+5
| | | | | | | Author: doogie Date: 2002-11-09 20:12:37 GMT Don't run the targets in po in parallel. This allows us to not echo a new line after the Generating bit, so everything appears on a single line.
* Make all .po files depend on -all.pot, so make -j works.Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 2002-11-09 06:32:56 GMT Make all .po files depend on -all.pot, so make -j works.
* First cut of i18n stuffArch Librarian2004-09-201-0/+70
Author: jgg Date: 2002-10-16 05:22:35 GMT First cut of i18n stuff