Skip to content

feat(i18n): add Swedish localization (#193)#196

Merged
flick9000 merged 2 commits into
mainfrom
feat-svLanguage
Jun 5, 2026
Merged

feat(i18n): add Swedish localization (#193)#196
flick9000 merged 2 commits into
mainfrom
feat-svLanguage

Conversation

@flick9000
Copy link
Copy Markdown
Owner

No description provided.

* feat(i18n): add swedish localization

* Remove Identifier file

---------

Co-authored-by: Francesco <137506210+flick9000@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 Swedish language support to both the app and the website, including updated configuration files, translation dictionaries, and a new Swedish flag SVG icon. A review comment suggests fixing the SVG path styling for the Swedish flag to prevent potential rendering artifacts caused by an incorrect fill property.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread app/public/icons/flags/sv.svg Outdated
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500px" height="313px" viewBox="0 0 500 313" version="1.1">
<g id="surface1">
<rect x="0" y="0" width="500" height="313" style="fill:rgb(0%,32.156864%,57.647061%);fill-opacity:1;stroke:none;"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(99.607843%,79.607844%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0 2.5 L 8 2.5 M 3 0 L 3 5 " transform="matrix(62.5,0,0,62.6,0,0)"/>
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 path for the yellow cross has fill:rgb(0%,0%,0%) (black) and fill-opacity:1. Since this is an open path representing the cross lines, it should not be filled. Some SVG renderers might attempt to fill the open path, leading to unexpected black rendering artifacts. It is safer and more standard to set fill:none and remove the redundant fill properties.

<path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(99.607843%,79.607844%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0 2.5 L 8 2.5 M 3 0 L 3 5 " transform="matrix(62.5,0,0,62.6,0,0)"/>

@flick9000 flick9000 merged commit 8a6cc23 into main Jun 5, 2026
@flick9000 flick9000 deleted the feat-svLanguage branch June 5, 2026 15:16
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