mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 9.1.1494: runtime(tutor): no French translation for Chapter 2
Problem: runtime(tutor): no French translation for Chapter 2 Solution: add and refine French translation of tutor2, update French vimtutor manpage (Damien Lejay) - Add runtime/tutor/tutor2.fr.utf-8 - Improve translation based on review - Update references in tutor1.fr and vimtutor-fr.1 - Adjust MAINTAINERS accordingly closes: #17546 Co-authored-by: Gabriel Dupras <57042631+gdupras@users.noreply.github.com> Signed-off-by: Damien Lejay <damien@lejay.be> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
30dcd0e1fd
commit
d419fa2115
@@ -719,6 +719,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1494,
|
||||
/**/
|
||||
1493,
|
||||
/**/
|
||||
|
@@ -68,7 +68,8 @@ zh Chinese
|
||||
|
||||
echo "Chapter: 2"
|
||||
printf "\tLang: %-3s => %s\n" \
|
||||
en English\(default\)
|
||||
en English\(default\) \
|
||||
fr French
|
||||
echo "================================================================================================"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user