Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/replexica/replexica
AI-powered i18n compiler for React. Zero JSON files required.
https://github.com/replexica/replexica
i18n javascript nextjs reactjs
Last synced: about 1 month ago
JSON representation
AI-powered i18n compiler for React. Zero JSON files required.
- Host: GitHub
- URL: https://github.com/replexica/replexica
- Owner: replexica
- License: mit
- Created: 2024-03-13T11:27:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:25:17.000Z (8 months ago)
- Last Synced: 2024-04-14T10:42:02.322Z (8 months ago)
- Topics: i18n, javascript, nextjs, reactjs
- Language: TypeScript
- Homepage: https://replexica.com
- Size: 808 KB
- Stars: 667
- Watchers: 2
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
⚡️ State-of-the-art AI localization for web & mobile, right from CI/CD.
Website •
Contribute •
GitHub Action
Replexica AI automates software localization end-to-end.
It produces authentic translations instantly, eliminating manual work and management overhead. Replexica Localization Engine understands product context, creating perfected translations that native speakers expect across 60+ languages. As a result, teams do localization 100x faster, with state-of-the-art quality, shipping features to more paying customers worldwide.
## 💫 Quickstart
1. **Request access**: [talk to us](https://replexica.com/go/call) to become a customer.
2. Once approved, initialize your project:
```bash
npx replexica@latest init
```3. Localize your content:
```bash
npx replexica@latest i18n
```## 🤖 GitHub Action
Replexica offers a GitHub Action to automate localization in your CI/CD pipeline. Here's a basic setup:
```yaml
- uses: replexica/replexica@main
with:
api-key: ${{ secrets.REPLEXICA_API_KEY }}
```This action runs `replexica i18n` on every push, keeping your translations up-to-date automatically.
For pull request mode and other configuration options, visit our [GitHub Action documentation](https://docs.replexica.com/setup/gha).
## 🥇 Why teams choose Replexica
- 🔥 **Instant integration**: Set up in minutes
- 🔄 **CI/CD Automation**: Seamless dev pipeline integration
- 🌍 **60+ Languages**: Expand globally effortlessly
- 🧠 **AI Localization Engine**: Translations that truly fit your product
- 📊 **Format Flexible**: Supports JSON, YAML, CSV, Markdown, and more## 🛠️ Supercharged features
- ⚡️ **Lightning-Fast**: AI localization in seconds
- 🔄 **Auto-Updates**: Syncs with the latest content
- 🌟 **Native Quality**: Translations that sound authentic
- 👨💻 **Developer-Friendly**: CLI that integrates with your workflow
- 📈 **Scalable**: For growing startups and enterprise teams## 📚 Documentation
For detailed guides and API references, visit the [documentation](https://replexica.com/go/docs).
## 🤝 Contribute
Interested in contributing, even if you aren't a customer?
Check out the [Good First Issues](https://github.com/replexica/replexica/labels/good%20first%20issue) and read the [Contributing Guide](./CONTRIBUTING.md).
## 🧠 Team
- **[Veronica](https://github.com/vrcprl)**
- **[Max](https://github.com/maxprilutskiy)**Questions or inquiries? Email [email protected]
## 🌐 Readme in other languages
- [English](https://github.com/replexica/replexica)
- [Spanish](/readme/es.md)
- [French](/readme/fr.md)
- [Russian](/readme/ru.md)
- [German](/readme/de.md)
- [Chinese](/readme/zh-Hans.md)
- [Korean](/readme/ko.md)
- [Japanese](/readme/ja.md)
- [Italian](/readme/it.md)
- [Arabic](/readme/ar.md)Don't see your language? Just add a new language code to the [`i18n.json`](./i18n.json) file and open a PR.