[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.
This commit is contained in:
parent
1521f47593
commit
ccbaa90b25
9 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.ca=Catalan
|
||||
set luci.languages.ca=Català
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.el=Greek
|
||||
set luci.languages.el=Ελληνικά
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.it=Italian
|
||||
set luci.languages.it=Italiano
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.ja=Japanese
|
||||
set luci.languages.ja=日本語
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.pt=Portuguese
|
||||
set luci.languages.pt=Português
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.pt_br="Portuguese (Brazilian)"
|
||||
set luci.languages.pt_br="Português (Brasil)"
|
||||
commit luci
|
||||
EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.ru=Russian
|
||||
set luci.languages.ru=Русский
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.es=Spanish
|
||||
set luci.languages.es=Español
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.vi=Vietnamese
|
||||
set luci.languages.vi="Tiếng Việt"
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue