feat: Simplified Chinese Localization and System Improvements#61
Open
xueduany wants to merge 1 commit into
Open
feat: Simplified Chinese Localization and System Improvements#61xueduany wants to merge 1 commit into
xueduany wants to merge 1 commit into
Conversation
This commit introduces a comprehensive Simplified Chinese language pack and several system improvements. Key Changes: 1. Localization: - Added full Simplified Chinese translation files in language/cn/. - Included Chinese installation guide (docs/install-cn.md). - Updated language metadata. 2. Core System Improvements: - Updated classes/core_auth.php and classes/Core/SnBootstrap.php to improve authentication logic and PHP compatibility. - Refined includes/init.php for better initialization flow. - Updated .htaccess for server configuration. 3. Maintenance: - Updated .gitignore to exclude local error logs (_error.txt) and ensure config.php remains ignored.
Author
|
Простите, несколько лет назад я обещал сделать китайскую версию проекта – после того, как вы дали на это свое одобрение, но так и не выполнил свое обещание. Сейчас я, к сожалению, рискую потерять работу, и наконец-то появилось время заняться тем, что действительно хотел сделать: закончить это долгожданное дело (которое я откладывал из-за прокрастинации) и протестировать его самостоятельно. В дальнейшем я посмотрю, есть ли возможность запустить собственный китайский сервер в Гонконге – всем приглашаю пообщаться и попробовать! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
В этом коммите представлен полный языковой пакет на упрощённом китайском языке, а также ряд улучшений системы.
Основные изменения:
Локализация:
Улучшения ядра системы:
Поддержка и обслуживание:
for English version:
This commit introduces a comprehensive Simplified Chinese language pack and several system improvements.
Key Changes:
Localization:
Core System Improvements:
Maintenance: