Closed Zerebokep closed 1 year ago
Hey, @Zerebokep!
To clarify, it would be great for you if I change the language
type to:
language?: 'auto' | LangCode | 'string'
Also, export the following types: LangCode
and Theme
exactly :)
language?: 'auto' | LangCode | string
to be precise
Works splendidly now, thank you @marsidev!
Not a bug, more of a feature request.
I would like to use next js's router.locale as language, unfortunately only auto and LangCode is accepted, it would be great if you code add string as type.
Same goes for theme, adding RenderOptions.theme as export would also work for me.
Keep up the good work.