Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Locale don't work with pt-br #329

@is-equal

Description

@is-equal

In apidoc/template/locales/locale.js

line 11

var language = langId.substr(0, 2);

Don't work with composite names for the browser language definition., my suggestion would be:

var language = langId.replace('-', '_');

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