guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49184] [PATCH]: Strings in (guix diagnostics) are not translated


From: Maxime Devos
Subject: [bug#49184] [PATCH]: Strings in (guix diagnostics) are not translated
Date: Wed, 23 Jun 2021 12:25:27 +0200
User-agent: Evolution 3.34.2

Hi Guix,

(guix diagnostics) has some translatable strings.
See e.g. the following code:

(define-diagnostic warning (G_ "warning: ") %warning-color) ;emit a warning
(define-diagnostic info (G_ "") %info-color)
(define-diagnostic report-error (G_ "error: ") %error-color)

These are currently not translated and don't appear on 
translate.fedoraproject.org.
The issue appears to be that guix/diagnostics.scm does not appear in
guix/POTFILES.in.

A patch that should fix this is attached.

Greetings,
Maxime.

Attachment: 0001-po-Add-guix-diagnostics-to-the-list-of-files-with-I1.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]