An open API service indexing awesome lists of open source software.

https://github.com/robertoschwald/po-file-gpt-translator

Sample Web-Application to translate .po files by GPT
https://github.com/robertoschwald/po-file-gpt-translator

Last synced: 6 months ago
JSON representation

Sample Web-Application to translate .po files by GPT

Awesome Lists containing this project

README

          

# .po file translator using ChatGPT

This application is a playground to generate a sample application by ChatGPT.
The application is a simple web application that allows you to translate a .po file.

### Configuration
Create a GPT-API Token and store in $HOME/.chatgpt.properties

### Run
```
gradle bootRun
```

Access http://localhost:8080/upload

Upload your .mo file, select a target language and click on translate.