liquid_feedback_frontend

view app/main/index/_action/set_lang.lua @ 14:63e43927a098

Esperanto translation added
author Dinu Gherman
date Sun Jan 31 21:53:45 2010 +0100 (2010-01-31)
parents 80c215dbf076
children a3ac899559de
line source
1 local lang = param.get("lang")
2 if lang == "de" or lang == "en" then
3 app.session.lang = param.get("lang")
4 app.session:save()
5 end

Impressum / About Us