@voxify/message-format is a versatile JavaScript/TypeScript library for handling messages, providing functionalities for working with placeholders,
translations, and more. This library is designed to simplify message formatting and translation tasks in your projects.
- Message Formatting: Easily format strings with placeholders and replacements.
- Translation Support: Manage language translations effortlessly with support for default replacements.
- Highly Configurable: Customize default replacements and configure the library based on your needs.
- Efficient Placeholder Handling: Efficiently replace placeholders in strings with minimal overhead.
npm install @voxify/message-formatTODO: add usage or link to wiki use ./tests as example for now...