Files
ReZygisk/webroot/js/lang/index.js
T
ThePedroo 9fcf433b66 add: translation for errors; fix: pt_BR not exported
This commit adds translation for errors for both en_US and pt_BR. Also fixes the issue where brazilian portuguese translation wouldn't be exported.
2024-11-12 00:08:39 -03:00

9 lines
155 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,
pt_BR
}