diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-05 01:19:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-05 01:19:42 +0000 |
commit | ccbaa90b25ed6b114ac77133fddee132a7fb9bb7 (patch) | |
tree | f2a570fc00604b22904b9c1ea963b470e1ab3407 /i18n/spanish | |
parent | 1521f47593b6e0f467018ce62eb16fe77b0bf36e (diff) |
[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.
Diffstat (limited to 'i18n/spanish')
-rwxr-xr-x | i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish b/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish index 788a54e09..59e2b973f 100755 --- a/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish +++ b/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.languages.es=Spanish + set luci.languages.es=EspaƱol commit luci EOF |