Skip to content

Standardize currency formatting in zh-CN pricing table - #2

Merged
pkx07 merged 2 commits into
fix/zh-cn-translation-zen-mdfrom
copilot/sub-pr-1
Feb 15, 2026
Merged

Standardize currency formatting in zh-CN pricing table#2
pkx07 merged 2 commits into
fix/zh-cn-translation-zen-mdfrom
copilot/sub-pr-1

Conversation

CopilotAI commented Feb 15, 2026

Copy link
Copy Markdown

What does this PR do?

The zh-CN pricing table mixed "$" symbols with "美元" text inconsistently (e.g., "$3.00" alongside "0.60 美元"). This standardizes all currency values to use "x.xx 美元" format.

Changed 4 entries:

  • Kimi K2.5 output: $3.003.00 美元
  • Claude Sonnet 4.5/4 (≤200K) input: $3.003.00 美元
  • Gemini 3 Flash output: $3.003.00 美元

How did you verify your code works?

Documentation-only change. Verified consistent formatting across entire pricing table with no remaining "$" symbols.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pkx07 <57829755+pkx07@users.noreply.github.com>
CopilotAI changed the title [WIP] Update zh-CN translation for proprietary terms in zen.mdxStandardize currency formatting in zh-CN pricing tableFeb 15, 2026
CopilotAI requested a review from pkx07February 15, 2026 14:25

@pkx07pkx07 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: Currency formatting in the pricing table has been standardized to "X.XX 美元" consistently, no format errors found.

@pkx07
pkx07 marked this pull request as ready for review February 15, 2026 14:28
CopilotAI review requested due to automatic review settings February 15, 2026 14:28

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes currency formatting in the Chinese (zh-CN) pricing table documentation by replacing all remaining "$" symbols with the "x.xx 美元" format that is consistently used throughout the rest of the table.

Changes:

  • Replaced 4 instances of "$3.00" with "3.00 美元" in the pricing table
  • Ensures consistent currency formatting across all entries in the Chinese documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pkx07
pkx07 merged commit 938604f into fix/zh-cn-translation-zen-mdFeb 15, 2026
6 checks passed
@pkx07
pkx07 deleted the copilot/sub-pr-1 branch February 15, 2026 14:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@pkx07