RenaiApp/src/renderer/services/utils.ts

5 lines
123 B
TypeScript

export function t(text: string): string {
// If you want to implement frontend translation, begin here.
return text;
}