[PR #1892] [MERGED] feat: added Swedish translation #20828

Closed
opened 2026-04-20 03:12:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1892
Author: @Joakim-T
Created: 5/1/2024
Status: Merged
Merged: 5/1/2024
Merged by: @tjbck

Base: devHead: patch-1


📝 Commits (4)

  • c580d29 Create translation.json for sv-SE
  • 20be932 Update languages.json to add sv-SE
  • 34be6de Update translation.json sv-SE
  • e626fb2 Update languages.json

📊 Changes

2 files changed (+377 additions, -0 deletions)

View changed files

📝 src/lib/i18n/locales/languages.json (+4 -0)
src/lib/i18n/locales/sv-SE/translation.json (+373 -0)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for the changes?
  • Code Review: Have you self-reviewed your code and addressed any coding standard issues?

Description

Added Swedish translation


Changelog Entry

Added

  • Folder sv-SE in /src/lib/i18n/locales/
  • File translation.json with Swedish translation based on en-US translation.json

Fixed

Changed

Added sv-SE to /src/lib/i18n/locales/languages.json

Removed

Security

Breaking Changes


Additional Information


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1892 **Author:** [@Joakim-T](https://github.com/Joakim-T) **Created:** 5/1/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (4) - [`c580d29`](https://github.com/open-webui/open-webui/commit/c580d29a5daf18d8309358eb80aea7eb6966fa98) Create translation.json for sv-SE - [`20be932`](https://github.com/open-webui/open-webui/commit/20be93217bba00218b69f5c5b8d645b10e732e8b) Update languages.json to add sv-SE - [`34be6de`](https://github.com/open-webui/open-webui/commit/34be6de4d8c51b7abb6e146b4e4df4824ac34e20) Update translation.json sv-SE - [`e626fb2`](https://github.com/open-webui/open-webui/commit/e626fb2dbfb6abf29d97b234f34538c2ee7f488e) Update languages.json ### 📊 Changes **2 files changed** (+377 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/languages.json` (+4 -0) ➕ `src/lib/i18n/locales/sv-SE/translation.json` (+373 -0) </details> ### 📄 Description ## Pull Request Checklist - [X] **Description:** Briefly describe the changes in this pull request. - [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [X] **Testing:** Have you written and run sufficient tests for the changes? - [X] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues? --- ## Description Added Swedish translation --- ### Changelog Entry ### Added - Folder sv-SE in /src/lib/i18n/locales/ - File translation.json with Swedish translation based on en-US translation.json ### Fixed ### Changed Added sv-SE to /src/lib/i18n/locales/languages.json ### Removed ### Security ### Breaking Changes --- ### Additional Information --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:12:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20828