diff mbox series

[bug#50925] po: Update POTFILES.in.

Message ID 20211001001100.470a6334@tachikoma.lepiller.eu
State Accepted
Headers show
Series [bug#50925] po: Update POTFILES.in. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Julien Lepiller Sept. 30, 2021, 10:11 p.m. UTC
Hi Guix!

With the recent addition of guix home, I noticed the new strings didn't
appear in the translation. This is because the new files were not added
to po/guix/POTFILES.in, so gettext didn't know it had to look into them.

In addition, I found more files that used G_ or N_ and were not already
in this file, so I added them as well in the attached patch.

Comments

Ludovic Courtès Oct. 1, 2021, 1:07 p.m. UTC | #1
Hi,

Julien Lepiller <julien@lepiller.eu> skribis:

>>From a5596492b896a323a943ebf174c91c004bedf96b Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <julien@lepiller.eu>
> Date: Fri, 1 Oct 2021 00:04:46 +0200
> Subject: [PATCH] po: Update POTFILES.in.
>
> * po/guix/POTFILES.in: Add missing files that contain messages to be
> translated.

LGTM, thanks for catching all these!

Ludo’.
Julien Lepiller Oct. 8, 2021, 12:59 p.m. UTC | #2
I pushed it last week and forgot to close the bug. Thanks :)
diff mbox series

Patch

From a5596492b896a323a943ebf174c91c004bedf96b Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Fri, 1 Oct 2021 00:04:46 +0200
Subject: [PATCH] po: Update POTFILES.in.

* po/guix/POTFILES.in: Add missing files that contain messages to be
translated.
---
 po/guix/POTFILES.in | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in
index f5b76bf582..5e77b3c230 100644
--- a/po/guix/POTFILES.in
+++ b/po/guix/POTFILES.in
@@ -5,10 +5,23 @@  gnu/packages.scm
 gnu/services.scm
 gnu/system.scm
 gnu/services/shepherd.scm
+gnu/system/file-systems.scm
+gnu/system/image.scm
+gnu/system/linux-container.scm
 gnu/system/mapped-devices.scm
 gnu/system/shadow.scm
 guix/import/egg.scm
+guix/import/cpan.scm
+guix/import/cran.scm
+guix/import/elpa.scm
+guix/import/github.scm
+guix/import/git.scm
+guix/import/gnu.scm
+guix/import/go.scm
+guix/import/minetest.scm
 guix/import/opam.scm
+guix/import/pypi.scm
+guix/import/texlive.scm
 gnu/installer.scm
 gnu/installer/connman.scm
 gnu/installer/hostname.scm
@@ -47,6 +60,10 @@  guix/scripts.scm
 guix/scripts/build.scm
 guix/diagnostics.scm
 guix/discovery.scm
+guix/ci.scm
+guix/cve.scm
+guix/git-authenticate.scm
+guix/gnupg.scm
 guix/lint.scm
 guix/scripts/download.scm
 guix/scripts/package.scm
@@ -92,13 +109,20 @@  guix/http-client.scm
 guix/nar.scm
 guix/narinfo.scm
 guix/channels.scm
+guix/packages.scm
 guix/profiles.scm
+guix/remote.scm
+guix/ssh.scm
 guix/git.scm
+guix/substitutes.scm
 guix/deprecation.scm
 guix/derivations.scm
 guix/scripts/archive.scm
 guix/scripts/build.scm
+guix/scripts/discover.scm
 guix/scripts/environment.scm
+guix/scripts/home/import.scm
+guix/scripts/home.scm
 guix/scripts/time-machine.scm
 guix/scripts/import/cpan.scm
 guix/scripts/import/crate.scm
-- 
2.33.0