Skip to content

Commit 1d34d78

Browse files
committed
update changelog and translations
1 parent 286dfeb commit 1d34d78

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on
66

77
## [v3.18.1] - 2026-04-07
88

9-
Released with [maproulette-backend_v4.8.6](https://github.com/maproulette/maproulette-backend/releases/tag/v4.8.6)
9+
Released with [maproulette-backend_v4.8.7](https://github.com/maproulette/maproulette-backend/releases/tag/v4.8.7)
1010

1111
## What's Changed
1212
* Remove Test Environment Notice component and related messages from AdminPane. by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2812
@@ -20,10 +20,16 @@ Released with [maproulette-backend_v4.8.6](https://github.com/maproulette/maprou
2020
* Bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2826
2121
* Bump brace-expansion by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2825
2222
* Fix property replacement to handle null values by using nullish coalescing operator. Add test to ensure null property values are replaced with empty strings. by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2827
23+
* Change instruction length validation from hard requirement to just a recommendation by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2830
24+
* Filter out empty tag names in fetchTopTags function to ensure only valid tags are returned. by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2828
25+
* Fix Leaflet marker icon paths to resolve issues caused by bundler by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2832
2326

2427
## MR2 Changes
28+
## What's Changed
2529
* Add boundingGeometries parsing from request body by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1219
2630
* Fix leaderboard builder to include points for actions on deleted tasks by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1221
31+
* Skip priority cascade when proximity is requested in task selection by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1224
32+
* Include commenter username and conversation link in challenge comment notification emails by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1222
2733

2834
**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.18.0...v3.18.1
2935

lang/nl.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -924,14 +924,14 @@
924924
"Form.textUpload.promptGeoJSON": "Zet bestand GeoJSON hier neer of klik om een bestand te selecteren",
925925
"Form.textUpload.promptJSON": "Zet bestand JSON hier neer of klik om een bestand te selecteren",
926926
"Form.textUpload.readonly": "Bestaand bestand zal worden gebruikt",
927-
"GeoJSONUploadModal.countingTasks": "Counting tasks",
927+
"GeoJSONUploadModal.countingTasks": "Taken tellen",
928928
"GeoJSONUploadModal.dropzone.label": "Zet hier een bestand GeoJSON neer of klik om te uploaden",
929929
"GeoJSONUploadModal.error.invalid": "Ongeldige GeoJSON: {error}",
930930
"GeoJSONUploadModal.error.noPolygons": "Geen objecten Polygoon in bestand gevonden",
931-
"GeoJSONUploadModal.error.tooManyTasks": "Too many tasks ({count}). Maximum allowed is {max}.",
931+
"GeoJSONUploadModal.error.tooManyTasks": "Teveel taken ({count}). Maximale toegestane aantal is {max}.",
932932
"GeoJSONUploadModal.header": "Virtuele uitdaging maken uit GeoJSON",
933933
"GeoJSONUploadModal.success.polygonsLoaded": "{count, plural, one {# polygoon} other {# polygonen}} loaded",
934-
"GeoJSONUploadModal.taskCount": "{count, plural, one {# task} other {# tasks}} found in area",
934+
"GeoJSONUploadModal.taskCount": "{count, plural, one {# taak} other {# taken}} found in area",
935935
"GlobalActivity.title": "Wereldwijde activiteit",
936936
"Grant.Role.admin": "Beheerder",
937937
"Grant.Role.read": "Lezen",
@@ -1510,7 +1510,7 @@
15101510
"WidgetWorkspace.controls.editConfiguration.label": "Lay-out bewerken",
15111511
"WidgetWorkspace.controls.exportConfiguration.label": "Lay-out exporteren",
15121512
"WidgetWorkspace.controls.importConfiguration.label": "Lay-out importeren",
1513-
"WidgetWorkspace.controls.layoutName.label": "Layout Name",
1513+
"WidgetWorkspace.controls.layoutName.label": "Naam lay-out",
15141514
"WidgetWorkspace.controls.resetConfiguration.label": "Standaard lay-out herstellen",
15151515
"WidgetWorkspace.controls.saveAsDefault.label": "Opslaan als mijn standaard",
15161516
"WidgetWorkspace.controls.saveConfiguration.label": "Bewerken voltooid",

lang/zh_TW.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -924,14 +924,14 @@
924924
"Form.textUpload.promptGeoJSON": "Drop GeoJSON file here or click to select file",
925925
"Form.textUpload.promptJSON": "Drop JSON file here or click to select file",
926926
"Form.textUpload.readonly": "將使用現有檔案",
927-
"GeoJSONUploadModal.countingTasks": "Counting tasks",
927+
"GeoJSONUploadModal.countingTasks": "計算任務",
928928
"GeoJSONUploadModal.dropzone.label": "在這裡拖拉 GeoJSON 檔案或是點一下來上傳",
929929
"GeoJSONUploadModal.error.invalid": "無效的 GeoJSON: {error}",
930930
"GeoJSONUploadModal.error.noPolygons": "檔案中找不到多邊形圖徵",
931-
"GeoJSONUploadModal.error.tooManyTasks": "Too many tasks ({count}). Maximum allowed is {max}.",
931+
"GeoJSONUploadModal.error.tooManyTasks": "太多任務 ({count}) 了,最大的允許值為 {max}",
932932
"GeoJSONUploadModal.header": "從 GeoJSON 新建虛擬挑戰",
933933
"GeoJSONUploadModal.success.polygonsLoaded": "{count, plural, other {# 多邊形}} loaded",
934-
"GeoJSONUploadModal.taskCount": "{count, plural, one {# task} other {# tasks}} found in area",
934+
"GeoJSONUploadModal.taskCount": "{count, plural, other {# 任務}} found in area",
935935
"GlobalActivity.title": "全球活動",
936936
"Grant.Role.admin": "管理員",
937937
"Grant.Role.read": "閱讀",
@@ -1510,7 +1510,7 @@
15101510
"WidgetWorkspace.controls.editConfiguration.label": "編輯配置",
15111511
"WidgetWorkspace.controls.exportConfiguration.label": "匯出配置",
15121512
"WidgetWorkspace.controls.importConfiguration.label": "匯入配置",
1513-
"WidgetWorkspace.controls.layoutName.label": "Layout Name",
1513+
"WidgetWorkspace.controls.layoutName.label": "樣式名稱",
15141514
"WidgetWorkspace.controls.resetConfiguration.label": "重設配置",
15151515
"WidgetWorkspace.controls.saveAsDefault.label": "儲存為我的預設",
15161516
"WidgetWorkspace.controls.saveConfiguration.label": "完成編輯",

0 commit comments

Comments
 (0)