dino translations are not used

  • Done
  • quality assurance status badge
Details
2 participants
  • Hartmut Goebel
  • Hartmut Goebel
Owner
unassigned
Submitted by
Hartmut Goebel
Severity
normal

Debbugs page

Hartmut Goebel wrote 4 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
ad90db25-82d9-7981-e688-454d93a0801e@crazy-compilers.com
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 |
Hartmut Goebel wrote 4 years ago
(name . bug#45436)(address . 45436@debbugs.gnu.org)
87h7nvs6cj.fsf@lenashee.goebel-consult.de
I'm closing this issue, since I can no reproduce this issue.
Hartmut Goebel wrote 4 years ago
control message for bug #45436
(address . control@debbugs.gnu.org)
20210105162154.08742602D2@hermia.goebel-consult.de
tags 45436 + notabug
quit
Hartmut Goebel wrote 4 years ago
(address . control@debbugs.gnu.org)
20210105162954.63729602D2@hermia.goebel-consult.de
close 45436
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45436@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45436
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help