From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: translation intermediate files Date: Wed, 27 Jul 2016 19:53:26 +0200 Message-ID: <3029013f-4c3b-f7a9-d16c-dd34bec4e8c6@tobias.gr> References: <7cc2f6e4-9ffb-ffdf-85aa-264fca7a3518@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bST2G-0005mi-AC for guix-devel@gnu.org; Wed, 27 Jul 2016 13:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bST2B-0005LY-3o for guix-devel@gnu.org; Wed, 27 Jul 2016 13:54:24 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:41735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bST2A-0005LJ-Sn for guix-devel@gnu.org; Wed, 27 Jul 2016 13:54:19 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: guix-devel Vincent, On 27/07/2016 19:42, Vincent Legoll wrote: > My bad, I was asking because they appeared after a build, so I thought > they were generated... No, you're (also) right. They're a bit of both. The English source lines can be auto-updated when building, but the translated lines come from hard-working humans at the Translation Project, so we can't just .gitignore the whole file. I'm sure someone will correct me if I'm wrong. If modified .po files are stopping you from performing certain git operations, running ‘git reset --hard’ should get rid of them and touch the files so they don't get updated again. Only do this after committing any changes you may have made by hand, if any. Kind regards, T G-R