Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this.
Rosetta is a simple project which takes an input from a text file and converts it to fictional languages. This project was built to assist in the conversion to the Abyssal rune language for a DnD campaign and as such that is the only available language at the moment.
git clone https://github.com/DMs-Journal/rosetta.git
cd rosetta
docker-compose build
Put the message you want to translate in input.txt
. This program only supports English.
docker-compose run translate
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (git checkout -b improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request
- Bug / Feature Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.