diff --git a/frontend/src/i18next/locales/en/common.json b/frontend/src/i18next/locales/en/common.json index 0ea2e4e..cee3697 100644 --- a/frontend/src/i18next/locales/en/common.json +++ b/frontend/src/i18next/locales/en/common.json @@ -16,7 +16,8 @@ }, "rentalType": { "short_term": "Short term", - "long_term": "Long term" + "long_term": "Long term", + "pre_construction": "Pre-construction" }, "propertyType": { "1": "Single Family", diff --git a/frontend/src/i18next/locales/es/common.json b/frontend/src/i18next/locales/es/common.json index a8d4e4f..c7d42c5 100644 --- a/frontend/src/i18next/locales/es/common.json +++ b/frontend/src/i18next/locales/es/common.json @@ -16,7 +16,8 @@ }, "rentalType": { "short_term": "Corto plazo", - "long_term": "Largo plazo" + "long_term": "Largo plazo", + "pre_construction": "Pre-construcción" }, "propertyType": { "1": "Unifamiliar", diff --git a/frontend/src/i18next/locales/fr/common.json b/frontend/src/i18next/locales/fr/common.json index 5bca41c..6d12376 100644 --- a/frontend/src/i18next/locales/fr/common.json +++ b/frontend/src/i18next/locales/fr/common.json @@ -16,7 +16,8 @@ }, "rentalType": { "short_term": "Court terme", - "long_term": "Long terme" + "long_term": "Long terme", + "pre_construction": "Pré-construction" }, "propertyType": { "1": "Individuel",