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