# # patch "ChangeLog" # from [ba4742a19ae65715b2ca0f37673f23939ff1276a] # to [a2199643cd484f31b60c8d28af5d0dfe7d31094d] # # patch "po/Makevars" # from [98d48bf1ad7690bff0eb0387f95d7a7eae1ceeeb] # to [ed2a11db54beabe567122b68eab8b1744fddcddf] # ======================================================================== --- ChangeLog ba4742a19ae65715b2ca0f37673f23939ff1276a +++ ChangeLog a2199643cd484f31b60c8d28af5d0dfe7d31094d @@ -1,5 +1,9 @@ 2005-08-22 Nathaniel Smith + * po/Makevars (XGETTEXT_OPTIONS): Extract FP'ed strings. + +2005-08-22 Nathaniel Smith + * sanity.hh (FP): New macro. Usage: FP("frobbed %i bar", "frobbed %s bars", num_bars) % num_bars ======================================================================== --- po/Makevars 98d48bf1ad7690bff0eb0387f95d7a7eae1ceeeb +++ po/Makevars ed2a11db54beabe567122b68eab8b1744fddcddf @@ -8,7 +8,7 @@ top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=F +XGETTEXT_OPTIONS = --keyword=F --keyword=FP:1,2 # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding