[PR #696] [MERGED] Added simplified Chinese(zh-CN) language #5687

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (2)

  • d65cd53 Added simplified Chinese(zh-CN) language
  • ab3231b Added 'zh_CN' to app.locales

📊 Changes

12 files changed (+822 additions, -2 deletions)

View changed files

📝 config/app.php (+1 -1)
📝 resources/lang/en/settings.php (+2 -1)
resources/lang/zh_CN/activities.php (+42 -0)
resources/lang/zh_CN/auth.php (+76 -0)
resources/lang/zh_CN/common.php (+64 -0)
resources/lang/zh_CN/components.php (+32 -0)
resources/lang/zh_CN/entities.php (+260 -0)
resources/lang/zh_CN/errors.php (+79 -0)
resources/lang/zh_CN/pagination.php (+19 -0)
resources/lang/zh_CN/passwords.php (+22 -0)
resources/lang/zh_CN/settings.php (+117 -0)
resources/lang/zh_CN/validation.php (+108 -0)

📄 Description

No description provided


🔄 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/696 **Author:** [@zhihanyue](https://github.com/zhihanyue) **Created:** 2/4/2018 **Status:** ✅ Merged **Merged:** 2/4/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d65cd53`](https://github.com/BookStackApp/BookStack/commit/d65cd53c994cb705f468d1d99b84b6dfa6864e30) Added simplified Chinese(zh-CN) language - [`ab3231b`](https://github.com/BookStackApp/BookStack/commit/ab3231b550c85f4682f9fb61e320c5f072cff156) Added 'zh_CN' to app.locales ### 📊 Changes **12 files changed** (+822 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `config/app.php` (+1 -1) 📝 `resources/lang/en/settings.php` (+2 -1) ➕ `resources/lang/zh_CN/activities.php` (+42 -0) ➕ `resources/lang/zh_CN/auth.php` (+76 -0) ➕ `resources/lang/zh_CN/common.php` (+64 -0) ➕ `resources/lang/zh_CN/components.php` (+32 -0) ➕ `resources/lang/zh_CN/entities.php` (+260 -0) ➕ `resources/lang/zh_CN/errors.php` (+79 -0) ➕ `resources/lang/zh_CN/pagination.php` (+19 -0) ➕ `resources/lang/zh_CN/passwords.php` (+22 -0) ➕ `resources/lang/zh_CN/settings.php` (+117 -0) ➕ `resources/lang/zh_CN/validation.php` (+108 -0) </details> ### 📄 Description _No description provided_ --- <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:14:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5687