56 lines
1.8 KiB
Markdown
56 lines
1.8 KiB
Markdown
# FoundryVTT Translate ALL
|
||
|
||

|
||

|
||
|
||
A small module for FoundryVTT that allows you to translate:
|
||
- Spells
|
||
- Items
|
||
- Abilities
|
||
- Journal Entries
|
||
|
||
into your specified language.
|
||
|
||
---
|
||
|
||
## Setup Instructions
|
||
|
||
1. Visit [https://platform.openai.com/](https://platform.openai.com/)
|
||
2. Get your API key: [https://platform.openai.com/api-keys](https://platform.openai.com/api-keys)
|
||
- ⚠️ **Important:** The key will only be shown once. Copy it and store it somewhere safe.
|
||
- Set a **spending limit**. I'm using `o4-mini`, which is very affordable. However, set a budget—I'm not responsible for any charges.
|
||
- You’ll get a free trial with some usage credits.
|
||
- Costs are generally low and depend on how many words you translate. Check [OpenAI pricing](https://openai.com/pricing).
|
||
3. Enter the API key in the FoundryVTT module settings.
|
||
4. You're ready to Translate ALL!
|
||
|
||
---
|
||
|
||
## How It Works
|
||
|
||
A new **"Translate"** button will appear where translation is supported:
|
||

|
||
|
||
After clicking it, wait a few seconds and the content will be automatically translated:
|
||

|
||
|
||
---
|
||
|
||
## Options
|
||
|
||
- if you would like to use the default prompt leave empty the selection of the prompt file
|
||
|
||
---
|
||
|
||
## Changelog
|
||
|
||
View the full changelog [HERE](./CHANGELOG.md)
|
||
|
||
---
|
||
|
||
## Contributions
|
||
|
||
Contributions are welcome! Feature development will be slow and based on community interest. For personal use, the module is already sufficient.
|
||
|
||
You can find the current to-do list [HERE](./TODO.md). Tasks are not listed in order of priority.
|