From 0a7bd624019f62cf479b6c8c629add0f43ccb65e Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sun, 23 Aug 2026 02:15:57 -0300 Subject: [PATCH] fix(i18n): complete vi parity for cheaperInferenceSponsorBanner (#11208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The sponsor banner landed in en/pt without the vi copy, breaking the strict Vietnamese parity gate (3 failing tests in i18n-vi-completeness: key parity, ICU placeholder parity, ICU parse regression) — red on every release-branch CI run since. Adds the 5 missing vi translations (title, description, cta, partnerLinkNote, dismissAriaLabel). The basereds-sse-vi worktree that owned this debt has been idle for 4 days, so this drains it here. Verified: i18n-vi-completeness 5/5, i18n:check-ui-coverage PASS (vi now 100.0%), i18n:check-value-drift PASS, prettier clean. Co-authored-by: Xiangzhe --- src/i18n/messages/vi.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/i18n/messages/vi.json b/src/i18n/messages/vi.json index e04b206661..04c90228b2 100644 --- a/src/i18n/messages/vi.json +++ b/src/i18n/messages/vi.json @@ -13869,5 +13869,12 @@ "toolsMismatch": "Nhà cung cấp không hỗ trợ gọi công cụ", "structuredOutputMismatch": "Nhà cung cấp không hỗ trợ đầu ra có cấu trúc", "contextWindowMismatch": "Yêu cầu vượt quá cửa sổ ngữ cảnh của nhà cung cấp" + }, + "cheaperInferenceSponsorBanner": { + "title": "Cheaper Inference là Đối tác Mã nguồn Mở của OmniRoute", + "description": "Một cổng xếp hạng theo chi phí, bán lại hàng chục mô hình tiên phong sau một endpoint tương thích OpenAI — định tuyến mỗi yêu cầu đến nhà cung cấp đủ điều kiện rẻ nhất, không bao giờ vượt giá niêm yết.", + "cta": "Lấy khóa API", + "partnerLinkNote": "Liên kết đối tác", + "dismissAriaLabel": "Đóng" } }