From 163aaf87f4f88c855c641ccf38b4cf9e779b1c14 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Sat, 16 May 2026 12:06:21 -0500 Subject: [PATCH] added decompilation and decompile with portffix in json --- pyproject.toml | 4 ++-- src/foreignthon_es/es.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bad8f1d..9e8a0c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon-es" -version = "0.1.1" +version = "0.2.10" description = "Spanish language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" @@ -14,7 +14,7 @@ authors = [ keywords = ["foreignthon", "spanish", "espaƱol"] dependencies = [ - "foreignthon>=0.1.0", + "foreignthon>=0.4.0", ] [project.entry-points."foreignthon.langs"] diff --git a/src/foreignthon_es/es.json b/src/foreignthon_es/es.json index 2797de1..4c57e30 100644 --- a/src/foreignthon_es/es.json +++ b/src/foreignthon_es/es.json @@ -141,5 +141,6 @@ "colecciones": "collections", "ruta": "pathlib", "expresion_regular": "re" - } -} + }, + "postfix_keywords": [] +} \ No newline at end of file