Skip to content

Commit df89ee8

Browse files
authored
Merge pull request #82 from hydropix/dev
clarify upload terms
2 parents b768f78 + cb1c47c commit df89ee8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,14 @@ A: Yes, edit `prompts.py`, but it's technical.
794794
**Q: Are my files stored on your servers?**
795795
A: No, TBL runs on YOUR machine. Nothing is sent elsewhere (except if you use OpenAI/Gemini).
796796

797-
**Q: Are uploaded files deleted?**
798-
A: Yes, source files are deleted after translation. Translated files remain until you delete them.
797+
**Q: What happens to my files during translation?**
798+
A: TBL runs entirely on your local machine. Your files are processed locally by the web server running on your computer:
799+
- **With Ollama**: 100% local - nothing leaves your machine
800+
- **With OpenAI/Gemini**: Only the text content is sent to their APIs for translation (consult their data policies)
801+
- Source files are deleted after translation. Translated files remain in `translated_files/` until you delete them.
799802

800803
**Q: Are there file size limits?**
801-
A: Yes, configurable. By default: reasonable limits to prevent abuse. Modifiable in code if needed.
804+
A: Yes, configurable. Default limits are set to ensure smooth operation. Modifiable in `.env` or code if needed.
802805

803806
---
804807

0 commit comments

Comments
 (0)