Closed mattyvp closed 4 years ago
I'm looking for some more control in the strings object based on a user's country. Is it possible to format the input object with country codes?
For example, pt vs pt-BR:
pt
pt-BR
export const data = { ptBr: { reception: 'recepção' }, pt: { reception: 'receção' }
Hi, yes it's supported. The format should be pt-BR (but check what the library returns as current format).
Thanks, will check it out.
I'm looking for some more control in the strings object based on a user's country. Is it possible to format the input object with country codes?
For example,
pt
vspt-BR
: