Adding translations

To add a new language you need to create a new folder to i18n/{new language code} with index.ts file that exports by default a Translation type object.

For a reference check out this example repo.

Last updated