Add note about translations when changing the booking unit type

This commit is contained in:
Kimmo Puputti 2018-01-10 14:05:37 +02:00
parent 9ef9012e7c
commit 8452ea68c8

View file

@ -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