import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Bugzilla',
    url: 'bugzilla.org',
    description: 'Bugzilla instances hosted by organizations.',
    zh: {
        name: 'Bugzilla',
        description: '各组织自建的Bugzilla实例。',
    },
    lang: 'en',
};
