Skip to content

feat(i18n): add spanish localization#182

Merged
flick9000 merged 4 commits into
mainfrom
feat-esLanguage
May 30, 2026
Merged

feat(i18n): add spanish localization#182
flick9000 merged 4 commits into
mainfrom
feat-esLanguage

Conversation

@flick9000
Copy link
Copy Markdown
Owner

No description provided.

dracp and others added 4 commits May 30, 2026 17:21
* Add files via upload

* Update 260529c_es.json

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update 260529c_es.json

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Add messages for Winget and Chocolatey availability

The two missing strings have been translated

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds Spanish language support ("Español") to both the app and the website by updating Astro configurations, adding a Spanish flag SVG, providing translation files, and registering the language in MainPage.astro. Feedback points out that the flag code used for Spain (1f1ea-1f1e6) is incorrect and should be updated to 1f1ea-1f1f8 to avoid displaying the flag for Ceuta & Melilla.

Comment on lines +44 to +50
{
name: "Español",
code: "es",
flagCode: "1f1ea-1f1e6",
translator: "dracp",
translatorUrl: "https://github.com/dracp",
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The flag code for Spain (ES) is 1f1ea-1f1f8 (E = 1f1ea, S = 1f1f8). The current code uses 1f1ea-1f1e6 (EA), which represents Ceuta & Melilla.

  {
    name: "Español",
    code: "es",
    flagCode: "1f1ea-1f1f8",
    translator: "dracp",
    translatorUrl: "https://github.com/dracp",
  },

Comment on lines +46 to +52
{
name: "Español",
code: "es",
flagCode: "1f1ea-1f1e6",
translator: "dracp",
translatorUrl: "https://github.com/dracp",
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The flag code for Spain (ES) is 1f1ea-1f1f8 (E = 1f1ea, S = 1f1f8). The current code uses 1f1ea-1f1e6 (EA), which represents Ceuta & Melilla. This will cause the wrong flag to be fetched from the twemoji CDN.

  {
    name: "Español",
    code: "es",
    flagCode: "1f1ea-1f1f8",
    translator: "dracp",
    translatorUrl: "https://github.com/dracp",
  },

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The flag code for Spain (ES) is 1f1ea-1f1f8 (E = 1f1ea, S = 1f1f8). The current code uses 1f1ea-1f1e6 (EA), which represents Ceuta & Melilla. This will cause the wrong flag to be fetched from the twemoji CDN.

  {
    name: "Español",
    code: "es",
    flagCode: "1f1ea-1f1f8",
    translator: "dracp",
    translatorUrl: "https://github.com/dracp",
  },

If you wouldn't mind, could you please list the translator as Damián Roig? Thanks.

@flick9000 flick9000 merged commit 6710d41 into main May 30, 2026
1 check 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.

2 participants