webmcp

view framework/env/locale/__init.lua @ 518:02d505b6090c

Added section about global variables and the environment to WebMCP's documentation
author jbe
date Mon Aug 21 14:50:27 2017 +0200 (2017-08-21)
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