You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
9 lines
156 B
JavaScript
9 lines
156 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 = {
|
|
en_US,
|
|
pt_BR,
|
|
vi_VN,
|
|
} |