v1.1.2
- i18n: new translations added:
- turkish, activate with
set_i18n("tr")
, thanks to @sbalci - italian, activate with
set_i18n("it")
, thanks to @SantiagoGiordano - chinese, activate with
set_i18n("cn")
, thanks to @xmusphlkg - korean, activate with
set_i18n("kr")
, thanks to @ChangwooLim
- Bootstrap 5 support.