[PR #747] [CLOSED] Add Chinese #1025

Closed
opened 2026-02-25 21:36:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/747
Author: @wangxiaoerYah
Created: 8/18/2023
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

24 files changed (+699 additions, -2997 deletions)

View changed files

.github/workflows/Test.yml (+48 -0)
composer.lock (+0 -2938)
language/zh.php (+592 -0)
📝 tests/phpunit/api.php (+1 -1)
📝 tests/phpunit/auth.php (+1 -1)
📝 tests/phpunit/cache.php (+4 -4)
📝 tests/phpunit/config.php (+8 -8)
📝 tests/phpunit/crypt.php (+3 -3)
📝 tests/phpunit/db.php (+1 -1)
📝 tests/phpunit/dispatch.php (+3 -3)
📝 tests/phpunit/format.php (+2 -2)
📝 tests/phpunit/module.php (+4 -4)
📝 tests/phpunit/modules.php (+8 -8)
📝 tests/phpunit/modules/core/functions.php (+2 -2)
📝 tests/phpunit/modules/core/message_functions.php (+1 -1)
📝 tests/phpunit/modules/core/message_list_functions.php (+1 -1)
📝 tests/phpunit/modules/core/modules.php (+6 -6)
📝 tests/phpunit/modules/imap/hm-imap.php (+1 -1)
📝 tests/phpunit/oauth2.php (+1 -1)
📝 tests/phpunit/output.php (+4 -4)

...and 4 more files

📄 Description

Pullrequest

Issues

Checklist

  • None

How2Test

  • None

Todo

  • None

🔄 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/cypht-org/cypht/pull/747 **Author:** [@wangxiaoerYah](https://github.com/wangxiaoerYah) **Created:** 8/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`d6fd0d1`](https://github.com/cypht-org/cypht/commit/d6fd0d193ce5280c9ecbe218309467616e7597ab) Add Chinese - [`1e95d4e`](https://github.com/cypht-org/cypht/commit/1e95d4eec2a6362b8c92f4b07c9a8207d712687c) Sun Aug 20 09:07:10 CST 2023 - [`7e4ced8`](https://github.com/cypht-org/cypht/commit/7e4ced85f0c13fa139b4ed665b2d162dabba19a9) Add ci test - [`cbefbd7`](https://github.com/cypht-org/cypht/commit/cbefbd77c2757a7f032d0c5abbc8e06c609bd002) Update dependencies - [`f4d5210`](https://github.com/cypht-org/cypht/commit/f4d5210461c2b3cc54200fccc66fcce649445a7e) Update dependencies - [`31f6779`](https://github.com/cypht-org/cypht/commit/31f6779c73c34d33a19bc56a410c43f1501f8c8f) Update dependencies - [`18b0eb3`](https://github.com/cypht-org/cypht/commit/18b0eb3496f9f1661973ae3ee19a28384b71cbd2) Update dependencies - [`4a6ce1b`](https://github.com/cypht-org/cypht/commit/4a6ce1be68a29090f694541b647bbdbe27f78414) Update dependencies - [`25699f2`](https://github.com/cypht-org/cypht/commit/25699f24aff779b97b9ceeeba6a3f5002c82a1ad) Add Test DB - [`4fa9718`](https://github.com/cypht-org/cypht/commit/4fa9718ef95885a4e37fee9f442782f76cac9658) fix ### 📊 Changes **24 files changed** (+699 additions, -2997 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/Test.yml` (+48 -0) ➖ `composer.lock` (+0 -2938) ➕ `language/zh.php` (+592 -0) 📝 `tests/phpunit/api.php` (+1 -1) 📝 `tests/phpunit/auth.php` (+1 -1) 📝 `tests/phpunit/cache.php` (+4 -4) 📝 `tests/phpunit/config.php` (+8 -8) 📝 `tests/phpunit/crypt.php` (+3 -3) 📝 `tests/phpunit/db.php` (+1 -1) 📝 `tests/phpunit/dispatch.php` (+3 -3) 📝 `tests/phpunit/format.php` (+2 -2) 📝 `tests/phpunit/module.php` (+4 -4) 📝 `tests/phpunit/modules.php` (+8 -8) 📝 `tests/phpunit/modules/core/functions.php` (+2 -2) 📝 `tests/phpunit/modules/core/message_functions.php` (+1 -1) 📝 `tests/phpunit/modules/core/message_list_functions.php` (+1 -1) 📝 `tests/phpunit/modules/core/modules.php` (+6 -6) 📝 `tests/phpunit/modules/imap/hm-imap.php` (+1 -1) 📝 `tests/phpunit/oauth2.php` (+1 -1) 📝 `tests/phpunit/output.php` (+4 -4) _...and 4 more files_ </details> ### 📄 Description ## Pullrequest <!-- Describe the Pullrequest. --> ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - [X] #733 ### Checklist <!-- Anything important to be thought of when deploying? - [ ] Config Update - [ ] Breaking/critical change --> - [X] None ### How2Test <!-- Give a detailed description how to test your PR and confirm it is working as expected. --> <!-- Maintainers will check the Tests - [ ] Test1 - [ ] Test2 --> - [X] None ### Todo <!-- In case some parts are still missing, list them here. - [ ] Changelog --> - [X] None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1025
No description provided.