n8n/packages/frontend/@n8n/i18n
Eugene a99cf3d0e4
feat(ai-builder): Add web-fetch tool for fetching external documentation (#26630)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-03-10 12:49:15 +00:00
..
docs chore: Remove stale lint rule dangerously-use-html-string-missing (#16084) 2025-06-06 10:54:34 +02:00
src feat(ai-builder): Add web-fetch tool for fetching external documentation (#26630) 2026-03-10 12:49:15 +00: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.12.0 (#26780) 2026-03-09 17:46:27 +02:00
README.md refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
tsconfig.json feat: Migrate build system to rolldown in Front End packages (no-changelog) (#20717) 2025-10-14 13:26:54 +03: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 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +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.