njleonzhang / docsify-edit-on-github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i18n for the edit label

mateuswetah opened this issue · comments

Hi, thank you for the simple and efficient plugin!

I have a question/request. I'm not sure how complicated would it be to implement this, but could it be possible to set the label for different languages of the documentation? For example:

EditOnGithubPlugin.create(
    docBase, 
    docEditBase, 
    title: {
        '/': 'Edit on Github',
        '/pt-br': 'Editar no Github'
    }
)

I will try to support later.

supported in eb35065, refer to readme