A simple, yet powerful tool for managing translations in your Lifeforge personal management system
Managing translations across multiple languages in when developing the system can be a real headache. 🤯 You face challenges like:
- Manual Tedium: Constantly updating translations in different files is time-consuming and error-prone.
- Costly Solutions: Existing localization tools often come with hefty price tags, making them inaccessible for many users (including me).
- Lack of Flexibility: Some tools may not adapt well to the specific structure and needs of Lifeforge.
- Translation Expertise Required: Finding and managing professional translators can be expensive and time-consuming.
Lifeforge Localization Manager tackles these issues head-on with a streamlined, cost-effective, and customizable approach:
- Seamless Lifeforge Integration: Access the Localization Manager directly within your Lifeforge system using single sign-on (SSO) for a smooth user experience.
- Streamlined Translation Management: Easily add, edit, and organize translations for different languages in a centralized interface.
- Intuitive Interface: User-friendly design with clear categories and search functionality makes navigation a breeze.
- Customizable: Tailor categories to perfectly match the modules and sections of your Lifeforge system.
- Cost-Effective: A free and open-source alternative to expensive localization solutions, saving you money.
- Gemini API Integration: Leverage the power of the Gemini API to automatically translate text, saving you time and effort on manual translation tasks.
- Open Source: Contribute and make it even better by adding features or fixing bugs.
To run this project on your local machine:
- Clone the repository:
git clone https://github.com/melvinchia3636/lifeforgeLocalizationManager
. - Navigate to the project directory:
cd lifeforgeLocalizationManager
. - Install dependencies:
npm install
in both client and server folder. - Create a
.env
file and put in yourVITE_API_HOST
andVITE_FRONTEND_URL
. - Start the development server:
npm run dev
.
All the core functions for this project have been completed, except for mobile responsive view. If you happen to find any bugs, feel free to file an issue in this GitHub Repo.
Contributions are welcome! Please fork this repository and open a pull request to add new features, improve existing code, or fix bugs.
Lifeforge by Melvin Chia is licensed under CC BY-NC-SA 4.0