webmcp

view framework/env/locale/__init.lua @ 272:a533ab6d7337

Register mondelefant.class_prototype.get_reference(...) and mondelefant.class_prototype.get_foreign_key_reference_name(...) functions in mondelefant_native.c for use through Lua code
author jbe
date Fri Mar 20 16:58:31 2015 +0100 (2015-03-20)
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