https://github.com/getty/locale-simple
Translation Framework in Perl, Python, JavaScript with the same API - Locale::Simple - an easy wrapper around gettext for Perl and JS
https://github.com/getty/locale-simple
Last synced: 7 months ago
JSON representation
Translation Framework in Perl, Python, JavaScript with the same API - Locale::Simple - an easy wrapper around gettext for Perl and JS
- Host: GitHub
- URL: https://github.com/getty/locale-simple
- Owner: Getty
- License: mit
- Created: 2012-05-27T09:09:51.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T05:48:55.000Z (over 1 year ago)
- Last Synced: 2025-08-25T14:14:56.527Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](LICENSE) file for details.
## Acknowledgments
Special thanks to the contributors who have helped develop and maintain this project.