n8n/packages/frontend/@n8n/i18n
2026-05-12 12:30:36 +02:00
..
docs chore: Remove stale lint rule dangerously-use-html-string-missing (#16084) 2025-06-06 10:54:34 +02:00
src Merge branch 'master' into observational-memory-cli-integration 2026-05-12 12:30:36 +02:00
.gitignore refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
biome.jsonc refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
eslint.config.mjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
package.json 🚀 Release 2.21.0 (#30283) 2026-05-12 07:29:34 +00:00
README.md refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
tsconfig.json chore: Prepare tsconfigs for tsgo (#29230) 2026-04-27 12:30:22 +00:00
tsdown.config.ts fix: Update tsdown and packages imports/exports (no-changelog) (#21935) 2025-11-17 16:36:22 +02:00
vite.config.ts feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00

@n8n/i18n

A package for managing internationalization (i18n) in n8n's Frontend codebase. It provides a structured way to handle translations and localization, ensuring that the application can be easily adapted to different languages and regions.

Table of Contents

Features

  • Translation Management: Simplifies the process of managing translations for different languages.
  • Localization Support: Provides tools to adapt the application for different regions and cultures.
  • Easy Integration: Seamlessly integrates with n8n's Frontend codebase, making it easy to implement and use.
  • Reusable Base Text: Allows for the definition of reusable base text strings, reducing redundancy in translations.
  • Pluralization and Interpolation: Supports pluralization and interpolation in base text strings, making it flexible for various use cases.
  • Versioned Nodes Support: Facilitates the management of translations for nodes in versioned directories, ensuring consistency across different versions.
  • Documentation: Comprehensive documentation to help developers understand and utilize the package effectively.

Contributing

For more details, please read our CONTRIBUTING.md.

License

For more details, please read our LICENSE.md.