Add PT-BR translation

This commit is contained in:
chiconws
2025-06-13 16:05:05 -03:00
parent f2c91c09c7
commit 7f3e039d1b

View File

@@ -1,4 +1,4 @@
const en = {
const pt_br = {
translation: {
head: {
desktop: 'Área de Trabalho Remota',
@@ -342,4 +342,6 @@ const en = {
expand: 'Expandir Menu'
}
}
}
}
export default pt_br;