#!/bin/sh
uci batch <<-EOF
	set luci.languages.pt=Português
	commit luci
EOF

