[grade=pending] fix: update language count from 5 to 31 across marketing site

- Homepage hero: 5 → 31 languages incl. Arabic (RTL)
- Homepage integrations section: 5 → 31 languages, RTL
- Features page: 5 → 31 languages in description and feature list
- Docs/premium: Internationalization (5 → 31 languages)
- Pricing: i18n — 5 → 31 languages

The DC-077 i18n system expanded from 5 to 31 languages.
This commit is contained in:
Krystie
2026-08-13 09:09:40 -07:00
parent 7b910aa913
commit 843d85519f
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -109,7 +109,7 @@ export default function FeaturesPage() {
id: 'developer-platform',
title: 'Developer Platform',
description:
'DashCaddy isn\'t just a UI—it\'s a platform. A full REST API with JSON endpoints, a plugin/extension system for custom workflows, and internationalization across 5 languages including full RTL support.',
'DashCaddy isn\'t just a UI—it\'s a platform. A full REST API with JSON endpoints, a plugin/extension system for custom workflows, and internationalization across 31 languages including full RTL support.',
icon: '🛠️',
features: [
{ icon: '🌐', label: 'REST API (JSON, MCP protocol)' },
@@ -363,7 +363,7 @@ export default function FeaturesPage() {
'AI Intent Router + MCP Server',
'REST API (260+ endpoints)',
'Plugin / Extension system',
'i18n (5 languages, RTL)',
'i18n (31 languages, RTL)',
'Prometheus metrics export',
].map((item, i) => (
<li key={i} className="flex items-start gap-3">