Skip to content

ES Language updated#4456

Merged
svartkanin merged 7 commits intoarchlinux:masterfrom
javier-anton-ordonez:master
Apr 22, 2026
Merged

ES Language updated#4456
svartkanin merged 7 commits intoarchlinux:masterfrom
javier-anton-ordonez:master

Conversation

@javier-anton-ordonez
Copy link
Copy Markdown
Contributor

Translation of "es" Language

I have translate different word from English in to Spanish.

Copilot AI review requested due to automatic review settings April 21, 2026 09:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Archinstall’s Spanish (es) localization strings and refreshes the gettext template/compiled artifacts.

Changes:

  • Fill in previously untranslated Spanish msgstr entries (navigation/help/pacman/font/KDE strings) in base.po.
  • Add new translation entries for recently introduced U2F-related prompts.
  • Regenerate base.mo and update base.pot.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 7 comments.

File Description
archinstall/locales/es/LC_MESSAGES/base.po Adds/updates Spanish translations for multiple UI strings and introduces new U2F-related entries.
archinstall/locales/es/LC_MESSAGES/base.mo Regenerated compiled Spanish message catalog from the updated .po.
archinstall/locales/base.pot Updates the base translation template with new msgids (including U2F-related strings).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread archinstall/locales/es/LC_MESSAGES/base.po Outdated
Comment thread archinstall/locales/es/LC_MESSAGES/base.po Outdated
Comment thread archinstall/locales/es/LC_MESSAGES/base.po Outdated
Comment thread archinstall/locales/es/LC_MESSAGES/base.po Outdated
Comment thread archinstall/locales/es/LC_MESSAGES/base.po Outdated
Comment thread archinstall/locales/es/LC_MESSAGES/base.po
Comment thread archinstall/locales/base.pot
javier-anton-ordonez and others added 4 commits April 21, 2026 12:12
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Github copilot suggested
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

msgid "Setting up U2F login: {u2f_config.u2f_login_method.value}"
msgstr "Configurando Inicio U2F: {u2f_config.u2f_login_method.value}"

#, fuzzy, python-brace-format
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new translation is marked fuzzy. With the current build script using msgfmt without -f, it will be dropped from base.mo and users will see the English string. Remove the fuzzy flag if the translation is final.

Suggested change
#, fuzzy, python-brace-format
#, python-brace-format

Copilot uses AI. Check for mistakes.
Comment on lines 1788 to +1796
msgid "Scroll Up"
msgstr ""
msgstr "Mover Arriba"

#, fuzzy
msgid "Scroll Down"
msgstr "Bajar en vista previa"

msgid "Scroll Left"
msgstr ""
msgstr "Mover Izquierda"
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalization is inconsistent with nearby Spanish translations (e.g., "Mover a la derecha", "Arriba/Abajo"). Consider using sentence case for directions here as well (e.g., "Mover arriba/izquierda/derecha") to keep the UI consistent.

Copilot uses AI. Check for mistakes.
Comment on lines +644 to +645
"Provides a selection of desktop environments and tiling window managers, e."
"g. gnome, kde, sway"
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The msgid wrapping splits the abbreviation "e.g." across lines ("e." / "g."), creating unnecessary diff noise and making the template harder to read/translate. Please rewrap at a word boundary (as is done for the similar string around line ~657).

Suggested change
"Provides a selection of desktop environments and tiling window managers, e."
"g. gnome, kde, sway"
"Provides a selection of desktop environments and tiling window managers, e.g. "
"gnome, kde, sway"

Copilot uses AI. Check for mistakes.
Comment on lines +1334 to +1335
"Provides a selection of desktop environments and tiling window managers, e."
"g. GNOME, KDE Plasma, Sway"
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same wrapping issue here: splitting "e.g." across lines makes the POT harder to read and creates avoidable diffs. Please rewrap at a word boundary.

Suggested change
"Provides a selection of desktop environments and tiling window managers, e."
"g. GNOME, KDE Plasma, Sway"
"Provides a selection of desktop environments and tiling window managers, "
"e.g. GNOME, KDE Plasma, Sway"

Copilot uses AI. Check for mistakes.
@svartkanin svartkanin merged commit 094798b into archlinux:master Apr 22, 2026
12 of 13 checks passed
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.

3 participants