Skip to content

Localise subhousenumber housenumber formatting #6755

@andrewharvey

Description

@andrewharvey

The following two lines hardcode the specific formatting of housenumber subhousenumber

val houseNumberEx = if (subHouseNumber != null) "$houseNumber $subHouseNumber" else houseNumber

houseNumber != null && subHouseNumber != null -> "$houseNumber $subHouseNumber"

However from the iD address_formats.json globally this formatting varies and is oftern times the other way around and using a slash like subhousenumber/housenumber. This should be localised according to the user's locale.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions