Skip to content

Commit

Permalink
fix: add missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-maury committed Nov 17, 2024
1 parent 3bacc2f commit 897b666
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/src/i18next/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/i18next/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/i18next/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"rentalType": {
"short_term": "Court terme",
"long_term": "Long terme"
"long_term": "Long terme",
"pre_construction": "Pré-construction"
},
"propertyType": {
"1": "Individuel",
Expand Down

0 comments on commit 897b666

Please sign in to comment.