From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: util-linux-owner@vger.kernel.org Received: from mout.gmx.net ([212.227.17.20]:62604 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753228AbcDFUau (ORCPT ); Wed, 6 Apr 2016 16:30:50 -0400 From: Ruediger Meier To: Karel Zak Subject: Re: question about translations Date: Wed, 6 Apr 2016 22:30:39 +0200 Cc: util-linux@vger.kernel.org References: <201604061259.21979.sweet_f_a@gmx.de> <20160406123711.a6rs7reswn6jzj3l@ws.net.home> In-Reply-To: <20160406123711.a6rs7reswn6jzj3l@ws.net.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <201604062230.39699.sweet_f_a@gmx.de> Sender: util-linux-owner@vger.kernel.org List-ID: On Wednesday 06 April 2016, Karel Zak wrote: > On Wed, Apr 06, 2016 at 11:59:21AM +0100, Ruediger Meier wrote: > > Hi, > > > > I have no much knowledge about the whole translations thing but the > > new setarch message "Execute command" looks odd to me. > > > > $ git grep -A1 "Execute command" -- po/ > > po/ca.po:msgid "Execute command `%s'.\n" > > po/ca.po-msgstr "S'est executant l'ordre date: %s\n" > > -- > > po/cs.po:msgid "Execute command `%s'.\n" > > po/cs.po-msgstr "Spout se pkaz date: %s\n" > > -- > > po/da.po:msgid "Execute command `%s'.\n" > > po/da.po-msgstr "Udfrer kommandoen date: %s\n" > > -- > > po/de.po:msgid "Execute command `%s'.\n" > > po/de.po-msgstr "Der date-Befehl wird aufgerufen: %s\n" > > I guess you miss "#, fuzzy, c-format" note before the translation. Well, I was wondering if this fuzzy (non-sense) message would be really shown if translators do not fix it before release. (Because I've felt guilty to add a new message in 9508e297 (after rc1!). Also I wonder what is the right way to test the translations without installing util-linux. I've managed it like this, but looks bit complicated: $ ./configure --disable-use-tty-group --prefix=/tmp/dest --with-systemdsystemunitdir=/tmp/dest/whatever $ make install $ export LC_ALL=es_ES.UTF-8 $ ./setarch blub setarch: blub: Arquitectura no reconocida BTW I think we are missing make dependencies. Editing a .po files and running make install again does not work. Hmm ... I thought I would never spent one second of my life with these damn locales. Now I did it. Never say never. :) > It's a translation generated by build-system and should be fixed by > human. See for example (not yet merged) > > http://translationproject.org/latest/util-linux/de.po > > where is it already fixed. Again, regarding make deps. make distdir seems to pull these updates. But make install seems to install the ones we have in git. cu, Rudi