Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franckgaudin/i18n-management
https://github.com/franckgaudin/i18n-management
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/franckgaudin/i18n-management
- Owner: franckgaudin
- Created: 2024-11-13T15:15:44.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:17:28.000Z (5 days ago)
- Last Synced: 2024-11-13T16:26:43.923Z (4 days ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i18n-management
## Description
i18n-manager is a tool to manage translation files in your projects. It allows you to centralize, edit, and synchronize translation files for different languages.## Installation
To install i18n-manager, you can clone the repository and install the necessary dependencies:```bash
git clone https://github.com/your-username/i18n-manager.git
cd i18n-manager
pnpm install
```## Usage
To use i18n-manager, simply start the application with the following command:```bash
pnpm start
```## Contribution
Contributions are welcome! To contribute, follow these steps:1. Fork the repository
2. Create a branch for your feature (`git checkout -b feature/my-feature`)
3. Commit your changes (`git commit -m 'Add my feature'`)
4. Push your branch (`git push origin feature/my-feature`)
5. Open a Pull Request## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.## Authors
- Franck. (https://github.com/franckgaudin)Thank you for using i18n-manager!