// Interface for the Cache Generator
virtual bool Exists() const;
- virtual bool HasPackages() const {return true;};
+ virtual bool HasPackages() const { return UseTranslation();};
virtual unsigned long Size() const;
virtual bool Merge(pkgCacheGenerator &Gen,OpProgress &Prog) const;
+ virtual pkgCache::PkgFileIterator FindInCache(pkgCache &Cache) const;
debTranslationsIndex(string URI,string Dist,string Section);
};