[PR #780] [MERGED] Add Language zh_TW #5714

Closed
opened 2026-02-05 10:15:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/780
Author: @jasoncheng7115
Created: 4/2/2018
Status: Merged
Merged: 4/14/2018
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (3)

📊 Changes

12 files changed (+829 additions, -4 deletions)

View changed files

📝 config/app.php (+1 -1)
📝 resources/lang/en/settings.php (+4 -3)
resources/lang/zh_TW/activities.php (+42 -0)
resources/lang/zh_TW/auth.php (+76 -0)
resources/lang/zh_TW/common.php (+66 -0)
resources/lang/zh_TW/components.php (+32 -0)
resources/lang/zh_TW/entities.php (+261 -0)
resources/lang/zh_TW/errors.php (+81 -0)
resources/lang/zh_TW/pagination.php (+19 -0)
resources/lang/zh_TW/passwords.php (+22 -0)
resources/lang/zh_TW/settings.php (+117 -0)
resources/lang/zh_TW/validation.php (+108 -0)

📄 Description

Add Language zh_TW
Now you can choose zh_CN (simplified Chinese) and zh_TW (traditional Chinese).


🔄 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/BookStackApp/BookStack/pull/780 **Author:** [@jasoncheng7115](https://github.com/jasoncheng7115) **Created:** 4/2/2018 **Status:** ✅ Merged **Merged:** 4/14/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`106432e`](https://github.com/BookStackApp/BookStack/commit/106432ee4ec139736406eb90a5f62460b92d9970) Added Language zh_TW - [`0070592`](https://github.com/BookStackApp/BookStack/commit/007059273e6c8222b3b661b54c81d56097552e74) Add translate. - [`64d5763`](https://github.com/BookStackApp/BookStack/commit/64d5763d08c4df03f4a74fe050f73f88d768c05e) Add zh_TW Locales. ### 📊 Changes **12 files changed** (+829 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `config/app.php` (+1 -1) 📝 `resources/lang/en/settings.php` (+4 -3) ➕ `resources/lang/zh_TW/activities.php` (+42 -0) ➕ `resources/lang/zh_TW/auth.php` (+76 -0) ➕ `resources/lang/zh_TW/common.php` (+66 -0) ➕ `resources/lang/zh_TW/components.php` (+32 -0) ➕ `resources/lang/zh_TW/entities.php` (+261 -0) ➕ `resources/lang/zh_TW/errors.php` (+81 -0) ➕ `resources/lang/zh_TW/pagination.php` (+19 -0) ➕ `resources/lang/zh_TW/passwords.php` (+22 -0) ➕ `resources/lang/zh_TW/settings.php` (+117 -0) ➕ `resources/lang/zh_TW/validation.php` (+108 -0) </details> ### 📄 Description Add Language zh_TW Now you can choose zh_CN (simplified Chinese) and zh_TW (traditional Chinese). --- <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-05 10:15:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5714