Files
nexus/wiki/concepts/Global-First-Architecture.md
2026-04-20 16:01:56 +08:00

780 B

title, type, tags, date
title type tags date
Global-First Architecture concept
design
localization
internationalization
2026-04-20

Definition

Global-first architecture treats internationalization, localization, and cultural flexibility as prerequisites in the system design rather than late-stage additions.

Key Principles

  • Support diverse naming conventions and scripts
  • Make calendars, formats, and defaults locale-aware
  • Avoid hard-coded culture-specific metaphors and symbols
  • Build accessibility and translation into the core structure

Connections