esheyw / find-the-culprit

MIT License
2 stars 1 forks source link

Entrie from pt-BR #11

Closed Kharmans closed 1 month ago

Kharmans commented 1 month ago

You forgot to add the entrie on module.json to pt-BR hehe. It has to be like the bellow.

        {
            "lang": "pt-BR",
            "name": "Português (Brasil)",
            "path": "lang/pt-BR.json",
            "flags": {}
        }
esheyw commented 1 month ago

Hey, yea, my bad. I just assumed you'd added that as part of the PR and didn't check closely. It's added now. This update also added to the en.json, aaaand I also deep sorted it, which will probably be annoying when looking at the diff. Sorry.