[PR #2240] [MERGED] Add Punjabi (India) language #20938

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2240
Author: @justinh-rahb
Created: 5/13/2024
Status: Merged
Merged: 5/17/2024
Merged by: @tjbck

Base: devHead: i18n-punjabi


📝 Commits (6)

📊 Changes

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

View changed files

📝 src/lib/i18n/locales/languages.json (+4 -0)
src/lib/i18n/locales/pa-IN/translation.json (+494 -0)

📄 Description

Pull Request Checklist

  • Target branch: Pull requests should target the dev branch.
  • 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

This pull request adds support for the Punjabi (pa-IN) language to our internationalization (i18n) system. The translation files have been updated with the necessary translations for the Punjabi locale.


Changelog Entry

Added

  • Added Punjabi (pa-IN) translations to the i18n system

Fixed

  • N/A

Changed

  • N/A

Removed

  • N/A

Security

  • N/A

Breaking Changes

  • N/A

Additional Information

  • This addition allows users to interact with the application in Punjabi, enhancing accessibility and user experience for Punjabi-speaking users.
  • This was done with AI translation, verification by native speaker to follow before merging.

🔄 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/2240 **Author:** [@justinh-rahb](https://github.com/justinh-rahb) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `i18n-punjabi` --- ### 📝 Commits (6) - [`4a549f0`](https://github.com/open-webui/open-webui/commit/4a549f0c767e936624bfab3c5ba5da7efcc0e9ae) Add Punjabi (India) translations - [`e7a7caf`](https://github.com/open-webui/open-webui/commit/e7a7caf9115f6b06dcfd18a105817ab74713346f) Add pa-IN to languages.json - [`d7ce488`](https://github.com/open-webui/open-webui/commit/d7ce488c427eb81e0b30376478e3d82892206d78) Add newline - [`b423e44`](https://github.com/open-webui/open-webui/commit/b423e442d72cbb181e23513e94d2590c68dd5123) run `i18next-parser` - [`2c44443`](https://github.com/open-webui/open-webui/commit/2c44443f937ae4b2481a92e69dd3efc82e2bf147) Added new strings - [`400deb9`](https://github.com/open-webui/open-webui/commit/400deb90b450a29b8f5e88cc9ea147911b8ec166) Reverting to mispelling from source ### 📊 Changes **2 files changed** (+498 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/languages.json` (+4 -0) ➕ `src/lib/i18n/locales/pa-IN/translation.json` (+494 -0) </details> ### 📄 Description ## Pull Request Checklist - [x] **Target branch:** Pull requests should target the `dev` branch. - [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. - [x] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [x] **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 This pull request adds support for the Punjabi (pa-IN) language to our internationalization (i18n) system. The translation files have been updated with the necessary translations for the Punjabi locale. --- ### Changelog Entry ### Added - Added Punjabi (pa-IN) translations to the i18n system ### Fixed - N/A ### Changed - N/A ### Removed - N/A ### Security - N/A ### Breaking Changes - N/A --- ### Additional Information - This addition allows users to interact with the application in Punjabi, enhancing accessibility and user experience for Punjabi-speaking users. - This was done with AI translation, verification by native speaker to follow before merging. --- <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:15:59 -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#20938