webmcp

view framework/env/locale/__init.lua @ 384:3fffd1ae5a68

New implementation of (proxy) write access to fields of JSON object in a special column
author jbe
date Mon Nov 16 22:19:55 2015 +0100 (2015-11-16)
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