[PR #1459] [MERGED] Add Vietnamese language support #1304

Closed
opened 2026-02-04 22:02:33 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1459
Author: @huynguyeexn
Created: 12/19/2025
Status: Merged
Merged: 12/19/2025
Merged by: @meltyshev

Base: masterHead: vietnamese-translations


📝 Commits (2)

  • 97888c3 Add: Vietnamese translation
  • 3463590 chore: Fix linting, add server-side part

📊 Changes

11 files changed (+739 additions, -4 deletions)

View changed files

📝 client/src/locales/index.js (+2 -0)
client/src/locales/vi-VN/core.js (+501 -0)
client/src/locales/vi-VN/index.js (+8 -0)
client/src/locales/vi-VN/login.js (+34 -0)
client/src/locales/vi-VN/markdown-editor.json (+169 -0)
📝 server/api/controllers/access-tokens/accept-terms.js (+1 -1)
📝 server/api/controllers/users/create.js (+1 -1)
📝 server/api/controllers/users/update.js (+1 -1)
📝 server/api/models/User.js (+2 -1)
📝 server/config/i18n.js (+1 -0)
server/config/locales/vi-VN.json (+19 -0)

📄 Description

Hi Planka team! 👋

This PR introduces the Vietnamese (vi-VN) translation for the project,. My goal is to make Planka more accessible to the Vietnamese-speaking community.


🔄 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/plankanban/planka/pull/1459 **Author:** [@huynguyeexn](https://github.com/huynguyeexn) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `vietnamese-translations` --- ### 📝 Commits (2) - [`97888c3`](https://github.com/plankanban/planka/commit/97888c3c996acc963d7d8d70ef5a9a5cd39fbf04) Add: Vietnamese translation - [`3463590`](https://github.com/plankanban/planka/commit/3463590b68ddced59153240bc1cc1eef0c4b0a9a) chore: Fix linting, add server-side part ### 📊 Changes **11 files changed** (+739 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/src/locales/index.js` (+2 -0) ➕ `client/src/locales/vi-VN/core.js` (+501 -0) ➕ `client/src/locales/vi-VN/index.js` (+8 -0) ➕ `client/src/locales/vi-VN/login.js` (+34 -0) ➕ `client/src/locales/vi-VN/markdown-editor.json` (+169 -0) 📝 `server/api/controllers/access-tokens/accept-terms.js` (+1 -1) 📝 `server/api/controllers/users/create.js` (+1 -1) 📝 `server/api/controllers/users/update.js` (+1 -1) 📝 `server/api/models/User.js` (+2 -1) 📝 `server/config/i18n.js` (+1 -0) ➕ `server/config/locales/vi-VN.json` (+19 -0) </details> ### 📄 Description Hi Planka team! 👋 This PR introduces the Vietnamese (vi-VN) translation for the project,. My goal is to make Planka more accessible to the Vietnamese-speaking community. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 22:02:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1304