Skip to content

Improve the format of the locale #86

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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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