From ccbaa90b25ed6b114ac77133fddee132a7fb9bb7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 5 Apr 2010 01:19:42 +0000 Subject: [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. --- i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/spanish') diff --git a/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish b/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish index 788a54e09b..59e2b973f5 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 -- cgit v1.2.3