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/portuguese/root/etc | |
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/portuguese/root/etc')
-rwxr-xr-x | i18n/portuguese/root/etc/uci-defaults/luci-i18n-portuguese | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/portuguese/root/etc/uci-defaults/luci-i18n-portuguese b/i18n/portuguese/root/etc/uci-defaults/luci-i18n-portuguese index 59ca6fe9e..ceeb17ed9 100755 --- a/i18n/portuguese/root/etc/uci-defaults/luci-i18n-portuguese +++ b/i18n/portuguese/root/etc/uci-defaults/luci-i18n-portuguese @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.languages.pt=Portuguese + set luci.languages.pt=Português commit luci EOF |