#!/bin/sh
uci batch <<-EOF
	set luci.languages.ru=Русский
        commit luci
EOF

