Skip to content

Commit

Permalink
fix spacing (not from this PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Feb 21, 2024
1 parent 8c6cc93 commit a70c943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client/app/translations/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ const localeData = {
"true": "True",
"timezone.no": "No timezone",
"this.week": "This week",
"threeD.area.incompatible": "<br>is incompatible<br>with area normalization",
"threeD.area.incompatible": "<br>is incompatible<br> with area normalization",
"threeD.date": "Date",
"threeD.date.range.too.long": 'Date Range Must be a year or less',
"threeD.incompatible": "Not Compatible with 3D",
Expand Down Expand Up @@ -876,7 +876,7 @@ const localeData = {
"the.unit.of.meter": "(Need French) The unit of meter",
"this.four.weeks": "Cette quatre semaines",
"this.week": "Cette semaine",
"threeD.area.incompatible": "(Need French)<br>is incompatible<br>with area normalization",
"threeD.area.incompatible": "(Need French)<br> is incompatible<br>with area normalization",
"threeD.date": "Date",
"threeD.date.range.too.long": '(Need French) Date Range Must be a year or less',
"threeD.incompatible": "(Need French) Not Compatible with 3D",
Expand Down Expand Up @@ -1346,7 +1346,7 @@ const localeData = {
"this.four.weeks": "Estas cuatro semanas",
"timezone.no": "no zona horaria",
"this.week": "Esta semana",
"threeD.area.incompatible": "<br>está incompatible<br>con normalización de la área",
"threeD.area.incompatible": "<br>está incompatible<br> con normalización de la área",
"threeD.date": "Fecha",
"threeD.date.range.too.long": 'El rango de datos debe ser un año o menos',
"threeD.incompatible": "No está compatible con 3D",
Expand Down

0 comments on commit a70c943

Please sign in to comment.