webmcp

view framework/env/locale/__init.lua @ 566:3b71fdb3a00d

Updated year + version in documentation
author jbe
date Wed Apr 28 12:54:38 2021 +0200 (2021-04-28)
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