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/greek | |
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/greek')
-rwxr-xr-x | i18n/greek/root/etc/uci-defaults/luci-i18n-greek | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/greek/root/etc/uci-defaults/luci-i18n-greek b/i18n/greek/root/etc/uci-defaults/luci-i18n-greek index 727dafc92..62ef07488 100755 --- a/i18n/greek/root/etc/uci-defaults/luci-i18n-greek +++ b/i18n/greek/root/etc/uci-defaults/luci-i18n-greek @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.languages.el=Greek + set luci.languages.el=Ελληνικά commit luci EOF |