This is a Next.js project bootstrapped with create-next-app
.
This project generates a zip file containing translations for the specified languages in a .properties file.
First, install packages by running yarn
and then run the development server:
yarn dev
To run, create a .env.local file at the root of the project to include your OpenAI API key:
NEXT_PUBLIC_OPENAI_API_KEY='your openai api key'