This repository provides the files from the official archive of the Vim help french translation (see Vim website).
The translation is based on Vim 6.2.017.
Get pathogen.vim if you don't have it yet.
cd ~/.vim/
git submodule add git://github.com/dblanchet/vim-help-fr bundle/help-fr
Then, in Vim:
:call pathogen#helptags()
cd ~/.local/src
git clone git://github.com/dblanchet/vim-help-fr.github
cp -R vim-help-fr/doc/* ~/.vim/doc/
cp -R vim-help-fr/after/syntax/help.vim ~/.vim/after/syntax/
Then, in Vim:
:helptags
See README.fr
file.