Skip to content

Improve the format of the locale #86

@gkpty

Description

@gkpty

Instead of adding the index at the end of every id it would be more descriptive to add the tag type at the end.

Only if 2 or more tags have the same id (including the tag type) then an additional count will be added at the end. This will probably have to be recursive

function addCount(id, index, content){
    If(obj[id]) {
        index += 1
        var newId = id+index
        addCount(newId, index)
    }
    else obj[id] = content
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions