Fix nav i18n keys for services, feedback and AI.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
eric 2026-08-30 21:39:40 -05:00
parent ea030275ce
commit 31ce4107f4

View File

@ -19,6 +19,9 @@ export const zh = {
pricing: "💎 定价", pricing: "💎 定价",
notifications: "🔔 通知", notifications: "🔔 通知",
ebook: "📖 电子书", ebook: "📖 电子书",
services: "🛎️ 服务",
feedback: "💬 反馈",
ai: "🤖 AI",
visa: "📋 签证", visa: "📋 签证",
blog: "📝 博客", blog: "📝 博客",
blogShort: "博客", blogShort: "博客",
@ -677,6 +680,9 @@ export const en: { [K in keyof typeof zh]: typeof zh[K] extends string ? string
pricing: "💎 Pricing", pricing: "💎 Pricing",
notifications: "🔔 Alerts", notifications: "🔔 Alerts",
ebook: "📖 Ebook", ebook: "📖 Ebook",
services: "🛎️ Services",
feedback: "💬 Feedback",
ai: "🤖 AI",
visa: "📋 Visas", visa: "📋 Visas",
blog: "📝 Blog", blog: "📝 Blog",
blogShort: "Blog", blogShort: "Blog",