mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1459] [MERGED] Add Vietnamese language support #1304
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:vietnamese-translations📝 Commits (2)
97888c3Add: Vietnamese translation3463590chore: 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.