For consistency, in the drop-down menu for language selection, use the native word instead of the English one.
6 lines
80 B
Bash
Executable file
6 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.pt=Português
|
|
commit luci
|
|
EOF
|
|
|