#!/bin/sh
uci batch <<-EOF
	set luci.languages.pt_br="Portuguese"
        commit luci
EOF
