QrexOrder
  • Help Desk
  • Introduction
  • The Flow
  • Installation on Server
    • Configure Database
  • Installation on LocalHost
  • Update From an Older Version
  • 😍Order types (New)
  • 👉Most Important 3 steps for restaurant
  • Configuration
    • Configure Admin Panel
      • Configure Site Settings
      • Configure Packages
    • Email Configuration
      • Email Template
    • SMS Gateway Settings
    • Payment Gateways
    • OneSignal push notifications
    • Forgot Password for Customers
    • Demo Restaurant
    • 🤩POS
      • POS Settings
    • Restaurant subdomain
      • Custom Domain
      • Configure in Qrexorder
      • Sorry! Invalid URL / Domain
      • Custom Sub domains
    • Enable Chat
    • Malicious
    • Enable Multilingual home/landing page
  • Store configuration
    • Configure Store
    • Package QR Builder
    • Qr code Builder
    • Customer Panel
    • Staff
      • Delivery Staff
        • Cities
    • Google Map Api
    • Area/Location based shipping charge
    • Radius based delivery
    • Enable / Disable Customer Login In checkout page
    • Call a waiter
    • Chatting apps
    • Enable Order merge.
    • Pusher
    • Tips
    • Web push notification for new orders
    • Enable Multi-language Categories & Items
    • Configure reservation system
    • Create documentation for vendor/restaurants
    • Staff activities for vendor
    • Language for vendor
    • Reason List
    • Affiliate
    • Google ReCaptcha
    • Addons / Extras for an items
    • Menu List
  • OTP login
  • Qrexorder Limitation & Features
    • Requirements for QrexOrder
    • Limitation
    • Supports
    • Refund Policy
    • Language / translation
  • FAQS
    • Registration not working
    • How QR Builder works
    • Add Extras / Toppings
    • Landing Page Images
    • Checkout Page not working properly
    • Enable nearby & search
    • How can I give Rating
    • How "Add to Home screen" / "PWA " works?
    • Add Google fonts & Google API keys
    • Clone / Duplicate Product
    • Re-order & Edit order from restaurant
    • WhatsApp
      • WhatsApp Share
      • WhatsApp message
    • How Change domain works?
    • 👉Enable/Disable Development Mode
  • ⚠️Error while importing the database?
  • Add variants/sizes
  • Updates & Change Logs
    • Version 1.9
    • Version v2.0
    • Version v2.1
    • Version 2.8
    • Change Logs
  • Notifications
    • Email Notifications
    • Custom Notification & restaurant Details
    • Error Handling
  • Important things to do after update
Powered by GitBook
On this page

Was this helpful?

  1. Qrexorder Limitation & Features

Language / translation

PreviousRefund PolicyNextRegistration not working

Last updated 2 years ago

Was this helpful?

You can make translation in two way. 1. Using language data fields. 2. Export/import JSON file.

Both steps can do after add your language (if not available in language list)

  1. Select your language and add your translation in the value field and then submit from the bottom button.

2. First Select your language then Click on the export button. I) you will get a JSON file. ii). Edit the JSON file with any text editor like(notepad, sublime, atom... etc). iii) Set you own translation in your language area iv) After completed the translation click on the import button and imported it.

Example for Spanish language. Just set your text in es the between the ""

Don't remove or change anything without your language section.

{
        "id": "878",
        "keyword": "required_alert",
        "english": "Please fill up the %s field",
        "es": ""
    },
    {
        "id": "879",
        "keyword": "pickup_area",
        "english": "Pickup Area",
        "es": ""
    },
    {
        "id": "880",
        "keyword": "restaurant_empty_alert_msg",
        "english": "If You do not find menu and other options ",
        "es": "your translation will be added here.."
    },
  

If you get any text which is not translatable then please check bellow files.

Find application/config/message_config.php file just edit it and set your language.