2 Commits

Author SHA1 Message Date
30d6b1c721 Merge pull request 'fixed translation for map, bumped version' (#1) from map-translation-fix into main
All checks were successful
Pack Validation CI / validate (push) Successful in 8s
Publish Language Pack / verify (push) Successful in 7s
Publish Language Pack / publish (push) Successful in 14s
Reviewed-on: #1
2026-05-24 00:14:17 +00:00
76c0bbed1a fixed translation for map, bumped version
All checks were successful
Pack Validation CI / validate (pull_request) Successful in 15s
2026-05-23 19:13:48 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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"]

View File

@@ -58,7 +58,7 @@
"bool": "bool",
"abrir": "open",
"enumerar": "enumerate",
"map": "map",
"mapa": "map",
"filtrar": "filter",
"ordenado": "sorted",
"invertido": "reversed",