From unknown Fri Sep 19 16:05:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#45436 <45436@debbugs.gnu.org> To: bug#45436 <45436@debbugs.gnu.org> Subject: Status: dino translations are not used Reply-To: bug#45436 <45436@debbugs.gnu.org> Date: Fri, 19 Sep 2025 23:05:25 +0000 retitle 45436 dino translations are not used reassign 45436 guix submitter 45436 Hartmut Goebel severity 45436 normal tag 45436 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 15:27:11 2020 Received: (at submit) by debbugs.gnu.org; 25 Dec 2020 20:27:11 +0000 Received: from localhost ([127.0.0.1]:58223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kstg7-0007ZR-H5 for submit@debbugs.gnu.org; Fri, 25 Dec 2020 15:27:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:39490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kstg5-0007ZK-P6 for submit@debbugs.gnu.org; Fri, 25 Dec 2020 15:27:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39424) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kstg5-0002Ys-IP for bug-guix@gnu.org; Fri, 25 Dec 2020 15:27:09 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:44171) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kstg1-0007FO-Se for bug-guix@gnu.org; Fri, 25 Dec 2020 15:27:09 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4D2dlW1kDZz1qql9 for ; Fri, 25 Dec 2020 21:27:03 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4D2dlW1crDz1qqkj for ; Fri, 25 Dec 2020 21:27:03 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id jBGyAHOyZrsr for ; Fri, 25 Dec 2020 21:27:02 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-56-225.dynamic.mnet-online.de [188.174.56.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Fri, 25 Dec 2020 21:27:02 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 6B8C7601C1 for ; Fri, 25 Dec 2020 21:29:53 +0100 (CET) From: Hartmut Goebel Subject: dino translations are not used Organization: crazy-compilers.com To: bug-guix Message-ID: Date: Fri, 25 Dec 2020 21:26:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Received-SPF: none client-ip=212.18.0.9; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) in dino@0.2.0 translations are not used. While the package contains translations for quite some languages, these are not used. When running dino under strace control I could not even spot any access to any "locale" directory Expected: Translated strings are used Reproduce: 1. Install dino@0.2.0 (which is the current version as of this writing) 2. Ensure you have LANG, LC_ALL, LC_MESSAGES and LANUAGE set to an non-Englich locale 3. Start dino under strace control: strace -f -e trace=file -o /tmp/trace.txt dino 4. Open the menu (left "hamburger") 5. All texts are still English 6. Inspect /tmp/trace.txt -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 05 11:20:52 2021 Received: (at 45436) by debbugs.gnu.org; 5 Jan 2021 16:20:52 +0000 Received: from localhost ([127.0.0.1]:42490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwp4l-0001T9-W2 for submit@debbugs.gnu.org; Tue, 05 Jan 2021 11:20:52 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:53862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwp4k-0001T1-F1 for 45436@debbugs.gnu.org; Tue, 05 Jan 2021 11:20:51 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4D9HmK0ns1z1rt4X for <45436@debbugs.gnu.org>; Tue, 5 Jan 2021 17:20:48 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4D9HmJ5j9pz1sFWK for <45436@debbugs.gnu.org>; Tue, 5 Jan 2021 17:20:48 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id OttF5xv-J6tt for <45436@debbugs.gnu.org>; Tue, 5 Jan 2021 17:20:48 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-58-71.dynamic.mnet-online.de [188.174.58.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <45436@debbugs.gnu.org>; Tue, 5 Jan 2021 17:20:48 +0100 (CET) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with SMTP id C0433602D2 for <45436@debbugs.gnu.org>; Tue, 5 Jan 2021 17:20:44 +0100 (CET) Received: by lenashee.goebel-consult.de (sSMTP sendmail emulation); Tue, 05 Jan 2021 17:20:44 +0100 From: "Hartmut Goebel" To: bug#45436 <45436@debbugs.gnu.org> Subject: Re: Status: dino translations are not used Date: Tue, 05 Jan 2021 17:20:44 +0100 In-Reply-To: bug's message of "Tue\, 05 Jan 2021 16\:16\:13 +0000" Message-ID: <87h7nvs6cj.fsf@lenashee.goebel-consult.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45436 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) I'm closing this issue, since I can no reproduce this issue. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 05 11:22:00 2021 Received: (at control) by debbugs.gnu.org; 5 Jan 2021 16:22:00 +0000 Received: from localhost ([127.0.0.1]:42494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwp5s-0001VL-9t for submit@debbugs.gnu.org; Tue, 05 Jan 2021 11:22:00 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:49236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwp5q-0001VD-Ra for control@debbugs.gnu.org; Tue, 05 Jan 2021 11:21:59 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4D9Hnf1Jxmz1qs0m for ; Tue, 5 Jan 2021 17:21:57 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4D9Hnd6zC7z1sFWK for ; Tue, 5 Jan 2021 17:21:57 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 9GScQArHmJd7 for ; Tue, 5 Jan 2021 17:21:57 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-58-71.dynamic.mnet-online.de [188.174.58.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 5 Jan 2021 17:21:57 +0100 (CET) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with SMTP id 08742602D2 for ; Tue, 5 Jan 2021 17:21:54 +0100 (CET) Received: by lenashee.goebel-consult.de (sSMTP sendmail emulation); Tue, 05 Jan 2021 17:21:54 +0100 From: "Hartmut Goebel" Date: Tue, 05 Jan 2021 17:21:54 +0100 To: control@debbugs.gnu.org Subject: control message for bug #45436 Message-Id: <20210105162154.08742602D2@hermia.goebel-consult.de> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) tags 45436 + notabug quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 05 11:30:13 2021 Received: (at control) by debbugs.gnu.org; 5 Jan 2021 16:30:13 +0000 Received: from localhost ([127.0.0.1]:42507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwpDp-0001vE-BN for submit@debbugs.gnu.org; Tue, 05 Jan 2021 11:30:13 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:45081) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwpDb-0001hh-MR for control@debbugs.gnu.org; Tue, 05 Jan 2021 11:30:12 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4D9Hyt3Nttz1rwbD for ; Tue, 5 Jan 2021 17:29:58 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4D9Hyt3Gdzz1sFWK for ; Tue, 5 Jan 2021 17:29:58 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id VloidszLif4E for ; Tue, 5 Jan 2021 17:29:57 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-58-71.dynamic.mnet-online.de [188.174.58.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 5 Jan 2021 17:29:57 +0100 (CET) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with SMTP id 63729602D2 for ; Tue, 5 Jan 2021 17:29:54 +0100 (CET) Received: by lenashee.goebel-consult.de (sSMTP sendmail emulation); Tue, 05 Jan 2021 17:29:54 +0100 From: "Hartmut Goebel" Date: Tue, 05 Jan 2021 17:29:54 +0100 To: control@debbugs.gnu.org Subject: control message for bug #45436 Message-Id: <20210105162954.63729602D2@hermia.goebel-consult.de> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) close 45436 quit From unknown Fri Sep 19 16:05:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 03 Feb 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator