webmcp

view framework/env/locale/__init.lua @ 569:5b19007574de

New argument active_link_attr for env.ui.paginate{...}
author jbe
date Wed Oct 13 17:21:44 2021 +0200 (2021-10-13)
parents c3d539e33710
children
line source
1 locale._translation_tables = {}
2 locale._empty_translation_table = {}
4 request.for_each(function()
5 locale._current_data = {}
6 end)

Impressum / About Us