Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 995 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 995 Bytes

Locale::Simple

Locale::Simple is a lightweight translation framework that provides a consistent API across Perl, Python, and JavaScript. It serves as an easy-to-use wrapper around gettext, simplifying the process of internationalizing your applications.

Features

  • Unified API: Consistent function names and behaviors across Perl, Python, and JavaScript.
  • gettext Integration: Leverages the widely-used gettext system for managing translations.
  • Simplicity: Designed to be straightforward, making it easy to add localization to your projects.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure that your code adheres to the project's coding standards and includes appropriate tests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Special thanks to the contributors who have helped develop and maintain this project.