ublo-lib 1.37.12 → 1.37.13

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.
@@ -1 +1 @@
1
- {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../../src/common/components/cart-dialog/message.js"],"names":[],"mappings":"AAwCA,iDAIC;AAED;;QAGC"}
1
+ {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../../src/common/components/cart-dialog/message.js"],"names":[],"mappings":"AA4CA,iDAIC;AAED;;QAGC"}
@@ -15,6 +15,8 @@ const locales = {
15
15
  "search-filters-pax-plan-child": "enfant",
16
16
  "search-filters-pax-plan-children": "enfants",
17
17
  "cross-selling-offers-title": "<b>Nos prestations</b> qui pourraient vous intéresser",
18
+ person: "personne",
19
+ persons: "personnes",
18
20
  },
19
21
  en: {
20
22
  "cart-dialog-lodging-title": "Your accommodation",
@@ -31,6 +33,8 @@ const locales = {
31
33
  "search-filters-pax-plan-child": "child",
32
34
  "search-filters-pax-plan-children": "children",
33
35
  "cross-selling-offers-title": "<b>Our services</b> that might interest you",
36
+ person: "person",
37
+ persons: "persons",
34
38
  },
35
39
  };
36
40
  export function message(lang, id) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.37.12",
3
+ "version": "1.37.13",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.9.9",
6
6
  "leaflet": "^1.9.1",