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

