You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried implementing LinguiJS, but the extract script failed because it couldn't parse typescript. Adding typescript support yielded a babel-preset error (not allowed to export functions or something like that). Than tried to implement i18next, but couldn't get past the importing mdx stage. Gatsby complained about non-existing allMdx. Rewriting it to allFile as used in all the examples yielded the same error, but this time with keys inside allFile. I gave up.
The site is currently in English. I want to have most parts in Dutch too. Blog posts can stay in English only.
The text was updated successfully, but these errors were encountered: