Files
web/lib/translation.ts
2024-04-16 09:24:31 +02:00

4 lines
48 B
TypeScript

export function _(str: string) {
return str
}