@hyper.software/visitor-common-translations 2.0.336 → 2.0.337

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -390,7 +390,7 @@
390
390
  "App.bookings.history.type.CREATED": " The booking was created.",
391
391
  "App.bookings.history.type.DETAILS_CHANGED": "The booking details were changed.",
392
392
  "App.bookings.history.type.DURATION_CHANGED": "The booking period was changed from {oldDuration} to {newDuration} days.",
393
- "App.bookings.history.type.ROOMS_CHANGED": "{oldDuration, select, undefined {} other {{oldDuration} {addedVerb} added}}{newDuration, select, undefined {} other {, {newDuration} {removedVerb} removed}} from the reservation.",
393
+ "App.bookings.history.type.ROOMS_CHANGED": "{addedCount, plural,=0 {} one {{oldDuration} was added} other {{oldDuration} were added}}{removedCount, plural, =0 {} one {, {newDuration} was removed} other {, {newDuration} were removed}} from the reservation.",
394
394
  "App.bookings.history.type.UPDATED": "The rooms of the booking were changed.",
395
395
  "App.bookings.import.bookedBy": "Booked by",
396
396
  "App.bookings.import.datesFormat": "Dates format",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.336",
3
+ "version": "2.0.337",
4
4
  "author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Visitor Common Translations",
6
6
  "main": "lib/index.js",