public inbox for grub-devel@gnu.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Improve generating of LINGUAS
@ 2025-11-11  7:13 Glenn Washburn
  2025-11-11  7:13 ` [PATCH v2 1/4] bootstrap: Run linguas.sh in bootstrap epilogue Glenn Washburn
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Glenn Washburn @ 2025-11-11  7:13 UTC (permalink / raw)
  To: grub-devel; +Cc: Daniel Kiper, Mike Gilbert, Glenn Washburn

As mentioned in patch #1, I've seen several times and believe that quite
often people building GRUB forget to run linguas.sh to download and setup
the build for the external translations. So make setting up LINGUAS happen
by default when running bootstrap. If a user does not want to setup LINGUAS
it can be skipped by running bootstrap with the existing --skip-po argument.
In fact, bootstrap already has functionality that automatically downloads
a projects translations, so switch to using that in patch #2. Also it is
needed to run some extra code because bootstrap will not add GRUB's
autogenerated languages. In patch #3 simplify the LINGUAS generation and
patch #4 fixes a couple issues in the INSTALL that is dependent on patch #1.

v1 update:
 * There wasn't intentionally a v1, but I accidentally created a patch
   series, and then I realized that patch #2 depends on patch #1.

Glenn

Glenn Washburn (4):
  bootstrap: Run linguas.sh in bootstrap epilogue
  bootstrap: Migrate linguas.sh into bootstrap.conf
  bootstrap: Condense and simplify LINGUAS generation
  INSTALL: Fix a grammatical error

 INSTALL        | 25 +++++++++++--------------
 bootstrap.conf | 17 +++++++++++++++--
 2 files changed, 26 insertions(+), 16 deletions(-)

-- 
2.34.1


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-11-18 12:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-11  7:13 [PATCH v2 0/4] Improve generating of LINGUAS Glenn Washburn
2025-11-11  7:13 ` [PATCH v2 1/4] bootstrap: Run linguas.sh in bootstrap epilogue Glenn Washburn
2025-11-11  7:13 ` [PATCH v2 2/4] bootstrap: Migrate linguas.sh into bootstrap.conf Glenn Washburn
2025-11-11  7:13 ` [PATCH v2 3/4] bootstrap: Condense and simplify LINGUAS generation Glenn Washburn
2025-11-17 17:29   ` Daniel Kiper
2025-11-17 19:35     ` Glenn Washburn
2025-11-18 12:43       ` Daniel Kiper
2025-11-11  7:13 ` [PATCH v2 4/4] INSTALL: Fix a grammatical error Glenn Washburn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox