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
- Host: GitHub
- URL: https://github.com/robertoschwald/po-file-gpt-translator
- Owner: robertoschwald
- License: apache-2.0
- Created: 2023-04-09T08:08:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T10:06:53.000Z (almost 3 years ago)
- Last Synced: 2025-05-08T16:55:21.481Z (about 1 year ago)
- Language: Kotlin
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.