Food Tiger
  • Introduction
  • Installation
    • Installation on Shared Hosting
    • Updating - Shared hosting
    • Run local
  • Define Basics
    • Database
    • Mail server
    • Localization and Time format
    • Pricing Plans
    • Payments
    • Stripe Gateway
    • Paystack Gateway
    • Google API
    • Google Analytics
    • Google authentication
    • Facebook authentication
    • One Signal push notifications
    • Twilio SMS notifications
  • Usage
    • Getting Started
    • Register as an admin
    • Multilingual menu
    • Set up your site
    • Restaurant subdomain
    • Single restaurant
    • Translations
    • Custom CSS
    • Import from CSV
    • Custom fields on order
    • Project plugins
  • Plugins
    • How to install plugin
    • ShareThis
    • Cookie Consent
    • Thermal Printer Module
    • WebHooks
  • API
    • Client API
    • Driver API
  • Changelog
    • Changelog
    • FAQ
Powered by GitBook
On this page
  • Localization
  • Manually adding new language
  • Time Format
  • Time zone

Was this helpful?

  1. Define Basics

Localization and Time format

Localization

By default is set in English but you can change it on some of the available languages.

APP_LOCALE=en

Manually adding new language

Since some of the languages are still not available you can add manually new language. There are several steps you need to do for achieving that.

In the source code find resources > lang > en.json file. Copy the file and paste in the same location.

Rename the copied file into your new language code and save it.

Open the file and translate the English words or sentences into your new language.

When you finish with this change your new language code in the APP_LOCALE environment variable.

Time Format

From the version 1.2 there is option for customizing the time format in the script for working hours.

There are two options:

  • 24 hours time format 24hours

  • AM PM format AM/PM

By default is 24 hours time format.

TIME_FORMAT="24hours"

Time zone

To set the correct timezone that your site operates in create .env variable.

It is really important to have done this step, in order restaurant closing and open time to work ok.

TIME_ZONE=UTC
PreviousMail serverNextPricing Plans

Last updated 4 years ago

Was this helpful?

List of available .

timezones