Version 1.6.0 – Now Available in 7 Languages!
We’re excited to introduce Version 1.6.0, a major update that enhances usability, customization, and performance. The highlight of this release is Multi-Language Support, making the system more inclusive and accessible than ever! Now, you can seamlessly switch between 7 supported languages for a better user experience.
v1.6.0 (01-March-2025)
-
Multi-Language Support – Use the system in multiple languages for greater accessibility
🌎 Supported Languages
- 🇬🇧 English
- 🇸🇦 Arabic
- 🇪🇸 Spanish
- 🇫🇷 French
- 🇮🇳 Hindi
- 🇯🇵 Japanese
- 🇰🇷 Korean
-
Language preferences can be configured as needed.
-
Fully localized UI for a consistent and intuitive experience.
Update guide
Step 1: Update Backend Code
- Replace the existing backend files with the latest version.
- Follow the same steps as the initial setup of RestroPRO to configure the new features.
Step 2: Update Frontend Code
- Similarly, replace and configure the frontend code, following the standard setup process for RestroPRO.
🎨 Customization Guide
You can modify language text to better suit your business needs. Both the frontend and backend support customization.
✏️ Frontend Customization
- Language files are stored in the
public/locales/
folder. - Each language has its own folder containing a
translation.json
file:- 📂
public/locales/en/translation.json
- 📂
public/locales/ar/translation.json
- 📂
public/locales/es/translation.json
- (…and so on for other languages)
- 📂
- To customize text, edit the values inside the JSON files while keeping the keys unchanged.
🖥️ Backend Customization
- Backend translations are stored in
translations/locales/
. - Each language has a separate JSON file:
- 📄
translations/locales/en.json
- 📄
translations/locales/ar.json
- 📄
translations/locales/es.json
- (…and so on for other languages)
- 📄
- Modify only the values, keeping the keys intact to ensure system stability.
📢 Upgrade now and enjoy a more localized experience!