beremiz
Clone
Summary
Browse
Changes
Graph
add i18n to PLC status
2016-12-01, Andrey Skvortsov
b1be42401522
add i18n to PLC status
Extra strings are added to the code to make mki18n.py to find these
strings in source files and put them into i18n/messages.pot.
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param