Skip to content

feat: add Spanish (es_ES) locale translations#590

Open
guizafj wants to merge 1 commit into
42school:masterfrom
guizafj:master
Open

feat: add Spanish (es_ES) locale translations#590
guizafj wants to merge 1 commit into
42school:masterfrom
guizafj:master

Conversation

@guizafj

@guizafj guizafj commented Jun 9, 2026

Copy link
Copy Markdown

Issues Fixed

Verification Steps

Please ensure the following steps have been completed:

  • Added new tests to cover the changes.
  • Fixed all broken tests.
  • Ran poetry run flake8 to check for linting issues.
  • Verified that all unit tests are passing:
    • Ran poetry run pytest to ensure unit tests pass.
    • Ran poetry run tox to validate compatibility across Python versions.

Additional Notes

Adds Spanish (es_ES) locale translations for all 142 error/warning messages, following the i18n infrastructure introduced in #543.

Changes:

  • Added norminette/locale/es_ES/LC_MESSAGES/norminette.po

Terminology is consistent throughout: tab → "tabulación", brace → "llave", scope → "ámbito", newline → "salto de línea". Capitalization follows the original msgid convention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Support for Error Message Translations in Different Languages

1 participant