diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-09 22:42:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-09 22:42:36 +0000 |
commit | 6114c472698644076bd26afd69b8a99f4f456b1a (patch) | |
tree | fe8e824c7372df636eca0d1e1ac348013e5034a0 /i18n/french/root | |
parent | 93d2b0ec84e7f82979aa41b2399b0b3aa8300652 (diff) |
* luci/i18n/french: refresh and fix french translation, thanks! (fixes #4)
Diffstat (limited to 'i18n/french/root')
-rwxr-xr-x | i18n/french/root/etc/uci-defaults/luci-i18n-french | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/french/root/etc/uci-defaults/luci-i18n-french b/i18n/french/root/etc/uci-defaults/luci-i18n-french index 3a6f8c200d..e424eaf8d6 100755 --- a/i18n/french/root/etc/uci-defaults/luci-i18n-french +++ b/i18n/french/root/etc/uci-defaults/luci-i18n-french @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.languages.fr=Français + set luci.languages.fr='Francais' commit luci EOF |