export function i18n(str: string): string {
  return str;
}
