On Thu, Jul 31, 2003 at 04:34:53PM +0200, Matthias Urlichs wrote: > > This would only be feasible if the message catalog never changed. > > Presumably, it corresponds to translated strings in the library, which > > might not be identical in different versions of the library. > > Personally I don't have a problem with the old library "acquiring" changed > translations from the new one -- the old library will be obsolete anyway, > as soon as all packages which depend on it are recompiled.
But presumably you _would_ have a problem with: - the old library trying to look up a string which isn't there anymore in the new library - the new library trying to look up a string which isn't there in the old library -- - mdz