summaryrefslogtreecommitdiff
path: root/po/makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26add missing Turkish (tr) to po/LINGUASDavid Kalnischkies1-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).
2013-06-09stop building l10n if strings are unchangedDavid Kalnischkies1-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.
2012-05-21apply the correct metadata (package, version, mail) to all pot and po filesDavid Kalnischkies1-3/+3
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
to the more standard PACKAGE_VERSION and make it work in every file
2012-03-21do not update po and pot files in the process of the build as thisDavid Kalnischkies1-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
2010-02-18* buildlib/apti18n.h.in, po/makefile:David Kalnischkies1-0/+1
- add ngettext support with P_()
2006-03-28* undo some of the bzr merge damage from the last mergeMichael Vogt1-0/+3
2006-01-09Better makefile for more up-to-date PO and POTChristian Perrier1-2/+2
* po/makefile: make update-po a pre-requisite of clean target so that POT and PO files are always up-to-date
2005-12-29* add " " in update-poMichael Vogt1-1/+1
2005-10-25Merge with Michael and add update-po as a pre-req for binaryChristian Perrier1-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
2004-09-20Add update-po from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Arch Librarian1-0/+9
Author: jgg Date: 2003-02-19 06:51:18 GMT Add update-po from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004-09-20Fix leftover reference on binary target to $(PO)/$(PACK...Arch Librarian1-1/+1
Author: doogie Date: 2003-02-12 07:29:42 GMT Fix leftover reference on binary target to $(PO)/$(PACKAGE)-all.pot.
2004-09-20Lots and lots of i18n updates.Arch Librarian1-1/+1
Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates.
2004-09-20Move apt-all.pot out of build/po, and into po/, and che...Arch Librarian1-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.
2004-09-20Add a stats target(hi joy).Arch Librarian1-0/+3
Author: doogie Date: 2003-02-09 23:44:30 GMT Add a stats target(hi joy).
2004-09-20Use a more reliable method to get the domain stringArch Librarian1-5/+6
Author: jgg Date: 2003-01-11 07:55:54 GMT Use a more reliable method to get the domain string
2004-09-20Rejigger gettext stuff for 0.11.5Arch Librarian1-0/+1
Author: jgg Date: 2003-01-11 07:17:58 GMT Rejigger gettext stuff for 0.11.5
2004-09-20Don't run the targets in po in parallel. This allows u...Arch Librarian1-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.
2004-09-20Make all .po files depend on -all.pot, so make -j works.Arch Librarian1-1/+1
Author: doogie Date: 2002-11-09 06:32:56 GMT Make all .po files depend on -all.pot, so make -j works.
2004-09-20First cut of i18n stuffArch Librarian1-0/+70
Author: jgg Date: 2002-10-16 05:22:35 GMT First cut of i18n stuff