i18n launch support
Internationalization
ASCII 1.0.0 ships a conservative i18n foundation: localized entry routes, hreflang metadata, sitemap alternates, and machine-readable locale declarations. The converter remains the same compact human interface while translated metadata helps browsers, search engines, and agents route people to the right entry point.
Supported Locale Entry Points
| Locale | Label | Route | Metadata |
|---|---|---|---|
| en-US | English | / | https://ascii.platphormnews.com/ |
| es | Espanol | /es | https://ascii.platphormnews.com/es |
| fr | Francais | /fr | https://ascii.platphormnews.com/fr |
| de | Deutsch | /de | https://ascii.platphormnews.com/de |
| pt-BR | Portugues do Brasil | /pt-br | https://ascii.platphormnews.com/pt-br |
| ja | Japanese | /ja | https://ascii.platphormnews.com/ja |
Standards Stance
Locale support is exposed through valid routes, HTML language hints, Open Graph locale metadata, sitemap alternates, and llms-index metadata. Mutating APIs and protected handoffs stay language-neutral and continue to use the shared PLATPHORM_API_KEY boundary.