#!/bin/sh
uci batch <<-EOF
	set luci.languages.fr='French'
        commit luci
EOF

