feat: add support for Portuguese language (pt-BR) (#260)

This commit is contained in:
Eliezer Castro
2025-07-29 12:17:43 -03:00
committed by GitHub
parent 201c63a911
commit b754d55d93
5 changed files with 325 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ const categoricalPalette = ['#fba91e', '#6ea56c', '#3ac6e1', '#feda2f', '#f15f47
const locales: LocaleType[] = [
{ code: 'en', name: 'English' },
{ code: 'ja', name: '日本語' },
{ code: 'pt-BR', name: 'Português' },
];
// The status of each test run