yo-next-auth/locales/custom.en.ts

10 lines
146 B
TypeScript

export default {
single: 'I am the only one',
a: {
b: {
c: {
d: 'I am custom english {man}',
},
},
},
} as const