Skip to content

Commit

Permalink
added German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Jan 24, 2024
1 parent e6d3102 commit a893046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ui/Gazetteer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ export default gazetteer => {
en: {
invalid_lat_long_range: 'Invalid coordinates: Latitude and longitude values must be within valid ranges.',
invalid_lat_lon: 'The provided Coordinates do not fall within the selected Locale.'
},
de: {
invalid_lat_long_range: 'Falsche Eingabe von Latitude / Longitude.',
invalid_lat_lon: 'Koordinate liegt außerhalb der Lokale.'
}
})

Expand Down

0 comments on commit a893046

Please sign in to comment.