mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 09:13:14 +10:00
Add note about translations when changing the booking unit type
This commit is contained in:
parent
9ef9012e7c
commit
8452ea68c8
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ const i18n = {
|
|||
// The transaction line item code for the main unit type in bookings.
|
||||
//
|
||||
// Possible values: ['line-item/night', 'line-item/day']
|
||||
//
|
||||
// Note: if you change this, many of the generic translations will
|
||||
// still show information about nights. Make sure to go through the
|
||||
// translations when the unit is changed.
|
||||
const bookingUnitType = 'line-item/night';
|
||||
|
||||
// To pass environment variables to the client app in the build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue