-
-
Notifications
You must be signed in to change notification settings - Fork 297
Change Currency
Akram El Assas edited this page Oct 29, 2022
·
19 revisions
To change currency, follow the instructions below:
- Open frontend/src/lang/common.js and change en.CURRENCY and fr.CURRENCY tags.
- Open frontend/src/lang/cars.js and change en.CAR_CURRENCY and fr.CAR_CURRENCY tags.
Do the same thing for the backend:
- Open backend/src/lang/common.js and change en.CURRENCY and fr.CURRENCY tags.
- Open backend/src/lang/cars.js and change en.CAR_CURRENCY and fr.CAR_CURRENCY tags.
Open mobile/lang/i18n.js and change en.CURRENCY, en.CAR_CURRENCY, fr.CURRENCY and fr.CAR_CURRENCY.
Copyright © Akram El Assas. All rights reserved.
- Overview
- Software Architecture
- Install Guide (Self-hosted)
- Install Guide (Docker)
- Free SSL Setup Guide
- Setup Sentry
- Payment Gateways
- Setup Stripe
- Social Login Setup Guide
- Build Mobile App
- Demo Database
- Run from Source
- Run from Source (Docker)
- Run Mobile App
- Locations
- Auto‐Notification System
- Rental Date and Time Constraints
- Price Calculation
- Supplier Contracts
- Add New Language
- Add New Currency
- Logs
- Testing
- Fork, Customize, and Sync
- FAQ
- Release Notes
- Contribution Guide
- Code of Conduct