Age | Commit message (Collapse) | Author |
|
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).
|
|
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.
|
|
|
|
to the more standard PACKAGE_VERSION and make it work in every file
|
|
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
|
|
- add ngettext support with P_()
|
|
|
|
* po/makefile: make update-po a pre-requisite of clean target so
that POT and PO files are always up-to-date
|
|
|
|
* 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
|
|
Author: jgg
Date: 2003-02-19 06:51:18 GMT
Add update-po from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
Author: doogie
Date: 2003-02-12 07:29:42 GMT
Fix leftover reference on binary target to $(PO)/$(PACKAGE)-all.pot.
|
|
Author: doogie
Date: 2003-02-10 07:34:41 GMT
Lots and lots of i18n updates.
|
|
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.
|
|
Author: doogie
Date: 2003-02-09 23:44:30 GMT
Add a stats target(hi joy).
|
|
Author: jgg
Date: 2003-01-11 07:55:54 GMT
Use a more reliable method to get the domain string
|
|
Author: jgg
Date: 2003-01-11 07:17:58 GMT
Rejigger gettext stuff for 0.11.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.
|
|
Author: doogie
Date: 2002-11-09 06:32:56 GMT
Make all .po files depend on -all.pot, so make -j works.
|
|
Author: jgg
Date: 2002-10-16 05:22:35 GMT
First cut of i18n stuff
|