Food Tiger
Search…
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
Localization and Time format
Localization
By default is set in English but you can change it on some of the available languages.
1
APP_LOCALE=en
Copied!
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.
1
TIME_FORMAT="24hours"
Copied!
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.
1
TIME_ZONE=UTC
Copied!
List of available
timezones
.
Define Basics - Previous
Mail server
Next - Define Basics
Pricing Plans
Last modified
1yr ago
Copy link
Contents
Localization
Manually adding new language
Time Format
Time zone