From 76c0bbed1a848b260118f2479a16d57f7d686ca1 Mon Sep 17 00:00:00 2001 From: Keshav Anand Date: Sat, 23 May 2026 19:13:48 -0500 Subject: [PATCH] fixed translation for map, bumped version --- pyproject.toml | 6 +++--- src/foreignthon_es/es.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cec7b90..2c4275d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "hatchling.build" [project] name = "foreignthon-es" -version = "0.3.2" +version = "0.3.3" description = "Spanish language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" authors = [ - { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }, - { name = "Cody Trainer" }, + { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }, + { name = "Cody Trainer" }, ] keywords = ["foreignthon", "spanish", "espaƱol"] diff --git a/src/foreignthon_es/es.json b/src/foreignthon_es/es.json index 098db87..a4c0c7f 100644 --- a/src/foreignthon_es/es.json +++ b/src/foreignthon_es/es.json @@ -58,7 +58,7 @@ "bool": "bool", "abrir": "open", "enumerar": "enumerate", - "map": "map", + "mapa": "map", "filtrar": "filter", "ordenado": "sorted", "invertido": "reversed", -- 2.43.0