mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 05:45:55 +03:00
[PR #586] [MERGED] feat: |Worker| multi language add messages #643
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#643
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/586
Author: @dreamhunter2333
Created: 2/19/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
1637313feat: |Worker| multi language add messages📊 Changes
4 files changed (+12 additions, -1 deletions)
View changed files
📝
worker/src/i18n/en.ts(+1 -0)📝
worker/src/i18n/type.ts(+1 -0)📝
worker/src/i18n/zh.ts(+1 -0)📝
worker/src/worker.ts(+9 -1)📄 Description
PR Type
enhancement, bug fix
Description
Added multi-language support for "Invalid address credential" message.
Enhanced error handling in
worker.tswith language-specific messages.Updated English and Chinese translation files with new message.
Changes walkthrough 📝
en.ts
Add new message for invalid address credentialworker/src/i18n/en.ts
type.ts
Update type definitions for new messageworker/src/i18n/type.ts
zh.ts
Add Chinese translation for invalid address credentialworker/src/i18n/zh.ts
worker.ts
Enhance error handling in JWT authenticationworker/src/worker.ts
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.