packages/apps-tools/lib/i18n/i18n.ts (
3
lines of code) (
raw
):
export function i18n(str: string): string { return str; }