İçeriğe geç

Process 2025-11-21-17-49-00

Derin

Hala hardcoded metinler var incele (Investigate remaining hardcoded texts)

  • Project uses next-intl (inferred from messages/ folder).
  • Need to identify hardcoded strings in app/ and components/.
  • Need to move them to messages/*.json and use useTranslations.
  1. Analyze messages/tr.json to understand existing keys.
  2. Scan components/ and app/ for hardcoded text.
  3. Report findings.
  4. Refactor to use translations.
  • Pricing.tsx:
    • “12 Taksit İmkanı” (hardcoded in plan_yearly section, though installment_text exists in JSON but might not be used correctly or this is a specific instance).
    • “Özel Sunucu Kurulumu”, “Tam Veritabanı Erişimi”, “Özel Güvenlik Yapılandırması”, “White-Label (Markasız)” (hardcoded in plan_lifetime section).
    • “Çok Satan” (hardcoded badge).
  • Contact.tsx:
    • “Merkez Ofis” (hardcoded).
  • Features.tsx:
    • Seems mostly dynamic, but need to check if features_list covers everything.
  • Gallery.tsx:
    • “Project 0{idx + 1}” (hardcoded prefix).
    • “View All Projects” (fallback text).

Gemini-3-Pro-Preview