gabbhack / skelet-bot

Aiogram 3.x Base Bot Generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgen i18n actions depends on pybabel

gabbhack opened this issue · comments

if use_i18n:
print("Create i18n dir...")
subprocess.run(["make", "text-init"])
subprocess.run(["make", "text-compile"])

This commands run before poetry install command