Files
ReZygisk/webroot/js/lang/index.js
ThePedroo d9edb7c063 add: pt_BR translation; improve: code syntax
This commit both adds brazilian portuguese translation and improves the code syntax to match the standard.
2024-11-12 00:08:39 -03:00

8 lines
146 B
JavaScript

import { en_US } from './en_US.js'
import { vi_VN } from './vi_VN.js'
import { pt_BR } from './pt_BR.js'
export const lang = {
vi_VN,
en_US
}