[PR #846] [MERGED] feat: add Traditional Chinese(zh-TW) #1121

Closed
opened 2026-02-04 21:51:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/846
Author: @kfrico
Created: 8/13/2024
Status: Merged
Merged: 8/13/2024
Merged by: @meltyshev

Base: masterHead: add_languages_zhTW


📝 Commits (2)

📊 Changes

5 files changed (+270 additions, -0 deletions)

View changed files

📝 client/src/locales/index.js (+2 -0)
client/src/locales/zh-TW/core.js (+237 -0)
client/src/locales/zh-TW/index.js (+8 -0)
client/src/locales/zh-TW/login.js (+22 -0)
📝 server/api/models/User.js (+1 -0)

📄 Description

Hi, I added Traditional Chinese(zh-TW) language translation


🔄 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/846 **Author:** [@kfrico](https://github.com/kfrico) **Created:** 8/13/2024 **Status:** ✅ Merged **Merged:** 8/13/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `add_languages_zhTW` --- ### 📝 Commits (2) - [`187a336`](https://github.com/plankanban/planka/commit/187a33634dd65934b83b950ec9fd2dd28fe41a3c) add languages zh-TW - [`bca73aa`](https://github.com/plankanban/planka/commit/bca73aaa0b84b547bf25f542d5dbc6b2f13c6e4c) fix: Add to server side ### 📊 Changes **5 files changed** (+270 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/src/locales/index.js` (+2 -0) ➕ `client/src/locales/zh-TW/core.js` (+237 -0) ➕ `client/src/locales/zh-TW/index.js` (+8 -0) ➕ `client/src/locales/zh-TW/login.js` (+22 -0) 📝 `server/api/models/User.js` (+1 -0) </details> ### 📄 Description Hi, I added Traditional Chinese(zh-TW) language translation --- <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 21:51:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1121