Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-04-23 20:25:33 -03:00
committed by GitHub
parent 58c0b9e2d4
commit c72f082abb
19 changed files with 4638 additions and 0 deletions

5
js/lang/lang.js Normal file
View File

@@ -0,0 +1,5 @@
const lang = {
ptbr : ptbr,
en : en,
es: es
}