A desktop application that helps developers manage their translation files efficiently.
Easy Localize is an Electron-based tool designed to simplify the process of managing translations in software projects. It provides an intuitive interface for:
- Managing multiple translation projects
- Editing translation files across different languages
- Browsing project file structures
- Organizing and maintaining localization files
- Integration with Google Cloud Translate API for automatic translations
- Electron - Desktop application framework
- React - UI library
- TypeScript - Type-safe JavaScript
- Vite - Build tool and development server
- Redux Toolkit - State management
- PrimeReact - UI component library
- Tailwind CSS - Styling
- Google Cloud Translate - Translation API integration
- Node.js and npm/yarn installed
# Install dependencies
yarn
# or
npm install# Run in development mode
yarn dev
# or
npm run dev# Build the application
yarn build
# or
npm run build# Create distributable package
yarn dist
# or
npm run dist