|
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: 'Typst',
|
|
url: 'typst.com',
|
|
description: 'Compose papers faster: Focus on your text and let Typst take care of layout and formatting.',
|
|
|
|
zh: {
|
|
name: 'Typst',
|
|
},
|
|
lang: 'en',
|
|
};
|