mic-bot/bot/lang/hr.ts

9 lines
202 B
TypeScript
Raw Normal View History

2024-10-19 10:00:35 +00:00
import pack_rs from "./rs.ts"
import { LANG_HR, LangPack } from "./lang_pack.ts";
const pack: LangPack = {
code: LANG_HR,
btn_labels: null,
replies: pack_rs.replies,
}
export default pack