luci/i18n/portuguese/root/etc/uci-defaults/luci-i18n-portuguese
Jo-Philipp Wich ccbaa90b25 [PATCH] i18n: write the language name in its own language
For consistency, in the drop-down menu for language selection, use the
native word instead of the English one.
2010-04-05 01:19:42 +00:00

6 lines
80 B
Bash
Executable file

#!/bin/sh
uci batch <<-EOF
set luci.languages.pt=Português
commit luci
EOF