@atom8n/i18n 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # @n8n/i18n
2
+
3
+ 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.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Features](#features)
8
+ - [Contributing](#contributing)
9
+ - [License](#license)
10
+
11
+ ## Features
12
+
13
+ - **Translation Management**: Simplifies the process of managing translations for different languages.
14
+ - **Localization Support**: Provides tools to adapt the application for different regions and cultures.
15
+ - **Easy Integration**: Seamlessly integrates with n8n's Frontend codebase, making it easy to implement and use.
16
+ - **Reusable Base Text**: Allows for the definition of reusable base text strings, reducing redundancy in translations.
17
+ - **Pluralization and Interpolation**: Supports pluralization and interpolation in base text strings, making it flexible for various use cases.
18
+ - **Versioned Nodes Support**: Facilitates the management of translations for nodes in versioned directories, ensuring consistency across different versions.
19
+ - **Documentation**: Comprehensive documentation to help developers understand and utilize the package effectively.
20
+
21
+ ## Contributing
22
+
23
+ For more details, please read our [CONTRIBUTING.md](CONTRIBUTING.md).
24
+
25
+ ## License
26
+
27
+ For more details, please read our [LICENSE.md](LICENSE.md).