freakspace / chatgpt-po-i18-translator

A script to translate .po files using ChatGPT
2 stars 0 forks source link

.po translations using ChatGPT

A simple script to translate .po files using ChatGPT.

Features

Prerequisites

Installation

  1. Clone the repository:
git clone https://git@github.com:freakspace/chatgpt-po-i18-translator.git
cd chatgpt-po-i18-translator
  1. Install the required dependencies:
pip install

Configuration

  1. Create .env in the root and add variables "OPENAPI_KEY"

Usage

  1. Create a folder in root named /in
mkdir in
  1. Add your .po files to the /in folder

  2. Run the script and follow the instructions

python app.py