Skip to content

Commit

Permalink
Sync localization strings with Weblate
Browse files Browse the repository at this point in the history
Triggered by f6a5914 on branch refs/heads/weblate-localization
  • Loading branch information
Antoine Lesimple authored and weblate committed Jun 7, 2024
1 parent 37790fa commit 8070a8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specifyweb/frontend/js_src/lib/localization/locality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,18 @@ export const localityText = createDictionary({
},
validLatitude: {
'en-us': 'Latitude needs to have a value between -90° and 90°',
'de-ch': '',
'es-es': '',
'fr-fr': '',
'ru-ru': '',
'uk-ua': '',
},
validLongitude: {
'en-us': 'Longitude needs to have a value between -180° and 180°',
'de-ch': '',
'es-es': '',
'fr-fr': '',
'ru-ru': '',
'uk-ua': '',
},
} as const);

0 comments on commit 8070a8f

Please sign in to comment.