Skip to content

Commit

Permalink
Correct German translation for field of view (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Dec 12, 2024
1 parent 38977fa commit d9ba1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/localization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const localizeInit = () => {
'options.selected-color': 'Selektierte Farbe',
'options.unselected-color': 'Nicht selektierte Farbe',
'options.locked-color': 'Gesperrte Farbe',
'options.fov': 'Blickwinkel (FoV)',
'options.fov': 'Sichtfeld (FoV)',
'options.sh-bands': 'SH Bänder',
'options.centers-size': 'Punktgrößen',
'options.outline-selection': 'Umriss Selektion',
Expand Down Expand Up @@ -174,7 +174,7 @@ const localizeInit = () => {
'export.default': 'Standard',
'export.viewport': 'Aktuelle Ansicht',
'export.pose-camera': '1. Kamera Pose',
'export.fov': 'Blickwinkel (FoV)',
'export.fov': 'Sichtfeld (FoV)',
'export.background-color': 'Hintergrund',
'export.filename': 'Dateiname'
}
Expand Down

0 comments on commit d9ba1bb

Please sign in to comment.