n8n/packages/frontend/@n8n/i18n
2025-08-04 09:55:07 +02:00
..
docs chore: Remove stale lint rule dangerously-use-html-string-missing (#16084) 2025-06-06 10:54:34 +02:00
src feat: Abort AI builder requests on chat stop (#17854) 2025-08-04 09:55:07 +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 perf(core): Stop typechecking during build (#17833) 2025-07-30 16:42:19 +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 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
tsup.config.ts refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03: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.