@cozeloop/i18n
v0.0.3
Published
I18n For CozeLoop Opensource
Downloads
241
Readme
@cozeloop/i18n-adapter
I18n For CozeLoop
Overview
This package is part of the Coze Loop monorepo and provides internationalization functionality. It includes adapter.
Getting Started
Installation
Add this package to your package.json:
{
"dependencies": {
"@cozeloop/i18n": "workspace:*"
}
}Then run:
rush updateUsage
import { /* exported functions/components */ } from '@cozeloop/i18n-adapter';
// Example usage
// TODO: Add specific usage examplesFeatures
- Adapter
API Reference
Exports
initIntl, I18n
For detailed API documentation, please refer to the TypeScript definitions.
Development
This package is built with:
- TypeScript
- Modern JavaScript
- Vitest for testing
- ESLint for code quality
Contributing
This package is part of the Coze Loop monorepo. Please follow the monorepo contribution guidelines.
License
Apache-2.0
