Skip to content

kingingcole/properties-translation

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Overview

This project generates a zip file containing translations for the specified languages in a .properties file.

Getting Started

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'