You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
import { vi_VN } from "./vi_VN.js"
|
|
import { en_US } from "./en_US.js"
|
|
export const lang = {
|
|
vi_VN,
|
|
en_US
|
|
} |