i18n/polish: fix uci batch postinstall

This commit is contained in:
Jo-Philipp Wich 2012-08-27 14:47:24 +00:00
parent f66a13dc4d
commit 893712f77f

View file

@ -1,5 +1,5 @@
#!/bin/sh
uci batch <<-EOF
set luci.languages.pl=Język polski
commit luci
set luci.languages.pl='Język polski'
commit luci
EOF