From 619a1b2660f6586047b2c8186b4f95c031e8118c Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Wed, 20 May 2026 17:47:50 -0500 Subject: [PATCH] added README minimal --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index c8f393f..13910a0 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@ # foreignthon-es + +Spanish language pack for ForeignThon. + +## Install + +```bash +pip install foreignthon foreignthon-es +``` + +## Usage + +```py +fpy run main.es.py +``` + +## What's translated + +- **Keywords** — {keywords} +- **Builtins** — {builtins} +- **Exceptions** — {exceptions} +- **Stdlib** — {stdlib} + +{postfix_section} + +## Documentation + +→ https://foreignthon.keshavanand.net/ + +## Contributing + +Found a missing translation or a better keyword choice? Open an issue or PR — no core access needed. + +## License + +GPL +