0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 9.1.1210: translation(ru): missing Russian translation for the new tutor

Problem:  translation(ru): missing Russian translation for the new tutor
Solution: include new Russian translation, update the Makefile for
          installing the new translations (RestorerZ)

closes: #16901

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
RestorerZ
2025-03-16 19:49:41 +01:00
committed by Christian Brabandt
parent 2c9f49b200
commit 21ac3a49b5
7 changed files with 1492 additions and 2 deletions

View File

@@ -2354,6 +2354,7 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(VIMTARGET) $(DEST_RT) \
$(DEST_IMPORT) $(DEST_IMPORT)/dist \
$(DEST_PLUG) \
$(DEST_TUTOR) $(DEST_TUTOR)/en $(DEST_TUTOR)/it $(DEST_TUTOR)/sr \
$(DEST_TUTOR)/ru \
$(DEST_SPELL) $(DEST_COMP)
-$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
# Generate the help tags with ":helptags" to handle all languages.
@@ -2484,15 +2485,17 @@ installgtutorbin: $(DEST_BIN)
$(INSTALL_DATA) gvimtutor $(DEST_BIN)/$(GVIMNAME)tutor
chmod $(SCRIPTMOD) $(DEST_BIN)/$(GVIMNAME)tutor
installtutor: $(DEST_RT) $(DEST_TUTOR)/en $(DEST_TUTOR)/it $(DEST_TUTOR)/sr
installtutor: $(DEST_RT) $(DEST_TUTOR)/en $(DEST_TUTOR)/it $(DEST_TUTOR)/sr $(DEST_TUTOR)/ru
-$(INSTALL_DATA) $(TUTORSOURCE)/README* $(TUTORSOURCE)/tutor* $(DEST_TUTOR)
-$(INSTALL_DATA) $(TUTORSOURCE)/en/* $(DEST_TUTOR)/en/
-$(INSTALL_DATA) $(TUTORSOURCE)/it/* $(DEST_TUTOR)/it/
-$(INSTALL_DATA) $(TUTORSOURCE)/ru/* $(DEST_TUTOR)/ru/
-$(INSTALL_DATA) $(TUTORSOURCE)/sr/* $(DEST_TUTOR)/sr/
-rm -f $(DEST_TUTOR)/*.info
chmod $(HELPMOD) $(DEST_TUTOR)/*
chmod $(DIRMOD) $(DEST_TUTOR)/en
chmod $(DIRMOD) $(DEST_TUTOR)/it
chmod $(DIRMOD) $(DEST_TUTOR)/ru
chmod $(DIRMOD) $(DEST_TUTOR)/sr
# Install the spell files, if they exist. This assumes at least the English
@@ -2715,7 +2718,7 @@ $(DESTDIR)$(exec_prefix) $(DEST_BIN) \
$(DEST_LANG) $(DEST_KMAP) $(DEST_COMP) $(DEST_MACRO) \
$(DEST_PACK) $(DEST_TOOLS) \
$(DEST_TUTOR) $(DEST_TUTOR)/en $(DEST_TUTOR)/it \
$(DEST_TUTOR)/sr \
$(DEST_TUTOR)/sr $(DEST_TUTOR)/ru \
$(DEST_SPELL) \
$(DEST_AUTO) $(DEST_AUTO)/dist $(DEST_AUTO)/xml \
$(DEST_AUTO)/cargo $(DEST_AUTO)/rust \
@@ -2901,6 +2904,7 @@ uninstall_runtime:
-rm -rf $(DEST_PACK)
-rm -rf $(DEST_TUTOR)/en
-rm -rf $(DEST_TUTOR)/it
-rm -rf $(DEST_TUTOR)/ru
-rm -rf $(DEST_TUTOR)/sr
-rm -rf $(DEST_TUTOR)
-rm -rf $(DEST_SPELL)

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1210,
/**/
1209,
/**/