Mercurial > vim
view configure @ 34492:2dc69bbbf9ac
translation(gr): add translation of the installer (#14148)
Commit: https://github.com/vim/vim/commit/c62dacb7ed30af310e93ad50bced5a510a618b39
Author: Christos Longros <98426896+chrislongros@users.noreply.github.com>
Date: Wed Mar 6 20:53:02 2024 +0100
translation(gr): add translation of the installer (https://github.com/vim/vim/issues/14148)
Add greek translation of the installer
Signed-off-by: Christos Longros <98426896+chrislongros@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 06 Mar 2024 21:00:10 +0100 |
parents | a1ca6778da49 |
children |
line wrap: on
line source
#! /bin/sh # This is just a stub for the Unix configure script, to provide support for # doing "./configure" in the top Vim directory. cd "${SRCDIR:-src}" && exec ./configure "$@"