mic-bot/bot/lang/hr.ts
2024-10-19 12:00:35 +02:00

9 lines
202 B
TypeScript

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