Owner: Engineering Team | Last Updated: 2026-01-30 | Status: Current
Guide for adding a new locale to the web app's i18n system.
# Copy English as base
cp messages/en.json messages/{locale}.json
Edit i18n/routing.ts:
export const locales = ['en', 'de', 'es', 'fr', 'it', 'pt', 'zh', 'nl', '{new_locale}'];
messages/{locale}.json{variable} syntax/{locale}/humanizer and check all pagesen (English), de (German), es (Spanish), fr (French), it (Italian), pt (Portuguese), zh (Chinese), nl (Dutch)
| Date | Author | Change |
|---|---|---|
| 2026-01-30 | Admin | Initial creation |
Prev: Guide: Adding a New AI Model | Next: Guide: Adding a New Detector | Up: General