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/vietnamese/root | |
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/vietnamese/root')
-rwxr-xr-x | i18n/vietnamese/root/etc/uci-defaults/luci-i18n-vietnamese | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/vietnamese/root/etc/uci-defaults/luci-i18n-vietnamese b/i18n/vietnamese/root/etc/uci-defaults/luci-i18n-vietnamese index 8ebb36617..735a2c4b9 100755 --- a/i18n/vietnamese/root/etc/uci-defaults/luci-i18n-vietnamese +++ b/i18n/vietnamese/root/etc/uci-defaults/luci-i18n-vietnamese @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.languages.vi=Vietnamese + set luci.languages.vi="Tiếng Việt" commit luci EOF |