[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:
Jo-Philipp Wich 2010-04-05 01:19:42 +00:00
parent 1521f47593
commit ccbaa90b25
9 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.ca=Catalan set luci.languages.ca=Català
commit luci commit luci
EOF EOF

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.el=Greek set luci.languages.el=Ελληνικά
commit luci commit luci
EOF EOF

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.it=Italian set luci.languages.it=Italiano
commit luci commit luci
EOF EOF

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.ja=Japanese set luci.languages.ja=日本語
commit luci commit luci
EOF EOF

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.pt=Portuguese set luci.languages.pt=Português
commit luci commit luci
EOF EOF

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.pt_br="Portuguese (Brazilian)" set luci.languages.pt_br="Português (Brasil)"
commit luci commit luci
EOF EOF

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.ru=Russian set luci.languages.ru=Русский
commit luci commit luci
EOF EOF

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.es=Spanish set luci.languages.es=Español
commit luci commit luci
EOF EOF

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
uci batch <<-EOF uci batch <<-EOF
set luci.languages.vi=Vietnamese set luci.languages.vi="Tiếng Việt"
commit luci commit luci
EOF EOF