i18n: Enable chinese translation, thanks zjhzzyf (#223)
[project/luci.git] / i18n / chinese / root / etc / uci-defaults / luci-i18n-chinese
1 #!/bin/sh
2 uci batch <<-EOF
3         set luci.languages.zh_cn=chinese
4         commit luci
5 EOF