git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: Junio C Hamano <gitster@pobox.com>,
	git@vger.kernel.org, Jakub Narebski <jnareb@gmail.com>,
	Jeff Epler <jepler@unpythonic.net>, Johannes Sixt <j6t@kdbg.org>,
	Erik Faye-Lund <kusmabite@gmail.com>,
	Thomas Rast <trast@student.ethz.ch>,
	Peter Krefting <peter@softwolves.pp.se>
Subject: Re: [PATCH] i18n: add infrastructure for translating Git with gettext
Date: Thu, 17 Nov 2011 11:07:08 +0100	[thread overview]
Message-ID: <CACBZZX6AMRra1wf_WOvxuZs8kbOD29kFDU2GwA9aOV2svnDctQ@mail.gmail.com> (raw)
In-Reply-To: <20111116103319.GB30753@elie.hsd1.il.comcast.net>

On Wed, Nov 16, 2011 at 11:33, Jonathan Nieder <jrnieder@gmail.com> wrote:
> Ævar Arnfjörð Bjarmason wrote:
>
>> Here's what we do with the sharedir currently:
>>
>>  * It's used as the gitwebdir already, and is used also as the
>>    localedir with this patch:
>>
>>     sharedir = $(prefix)/share
>>     gitwebdir = $(sharedir)/gitweb
>>     localedir = $(sharedir)/locale
>
> This has $(prefix)/ (e.g., /usr/) at the start.

Yes I'm an idiot. I confused the installation part with stuff we
actually make in the git compilation directory.

The i18n code is indeed the onle thing that uses "share" in the
compilation directory.

Thanks for spotting that.

  reply	other threads:[~2011-11-17 10:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-13 13:43 [PATCH] i18n: add infrastructure for translating Git with gettext Ævar Arnfjörð Bjarmason
2011-11-15  8:04 ` Junio C Hamano
2011-11-16 10:25   ` Ævar Arnfjörð Bjarmason
2011-11-16 10:33     ` Jonathan Nieder
2011-11-17 10:07       ` Ævar Arnfjörð Bjarmason [this message]
2011-11-17 11:09         ` Jonathan Nieder
2011-11-17 23:14 ` [PATCH v2] " Ævar Arnfjörð Bjarmason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACBZZX6AMRra1wf_WOvxuZs8kbOD29kFDU2GwA9aOV2svnDctQ@mail.gmail.com \
    --to=avarab@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=j6t@kdbg.org \
    --cc=jepler@unpythonic.net \
    --cc=jnareb@gmail.com \
    --cc=jrnieder@gmail.com \
    --cc=kusmabite@gmail.com \
    --cc=peter@softwolves.pp.se \
    --cc=trast@student.ethz.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).