Skip to content

Commit

Permalink
add AddBoardName() quest and strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Sep 8, 2024
1 parent 37d15b0 commit b0139ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import de.westnordost.streetcomplete.quests.bike_rental_capacity.AddBikeRentalCa
import de.westnordost.streetcomplete.quests.bike_rental_type.AddBikeRentalType
import de.westnordost.streetcomplete.quests.bike_shop.AddBikeRepairAvailability
import de.westnordost.streetcomplete.quests.bike_shop.AddSecondHandBicycleAvailability
import de.westnordost.streetcomplete.quests.board_name.AddBoardName
import de.westnordost.streetcomplete.quests.board_type.AddBoardType
import de.westnordost.streetcomplete.quests.bollard_type.AddBollardType
import de.westnordost.streetcomplete.quests.bridge_structure.AddBridgeStructure
Expand Down Expand Up @@ -340,6 +341,7 @@ fun questTypeRegistry(
155 to AddGritBinSeasonal(),

50 to AddBoardType(),
171 to AddBoardName(),

51 to AddBarrierType(), // basically any more detailed rendering and routing: OSM Carto, mapy.cz, OSMand for start
52 to AddBarrierOnPath(),
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,8 @@ Before uploading your changes, the app checks with a <a href=\"https://www.we
<string name="quest_air_pump_bicycle_repair_station_title">Is there a working bicycle pump here?</string>
<string name="quest_air_pump_compressor_title">Is there an air compressor available here?</string>

<string name="quest_board_name_title">"What’s the title of this information board?"</string>

<string name="quest_board_type_title">What’s the topic of this information board?</string>
<string name="quest_board_type_history">History</string>
<string name="quest_board_type_geology">Geology</string>
Expand Down

0 comments on commit b0139ee

Please sign in to comment.