<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
<div class="moz-cite-prefix">On 2025/5/21 17:30, <a class="moz-txt-link-abbreviated" href="mailto:bens7372@gmail.com">bens7372@gmail.com</a>
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:977a8a33a831a28e8e05aa88bf24be7afa33c963.camel@gmail.com">
<pre class="moz-quote-pre" wrap="">I'm not so happy to download 13 GB for translations, among other
things, when running make, when I only specified an english language
and locale at configuration time. Could the makefile be changed to
simply do a shallow git clone, and/or fetch only the translation files
which are needed?
</pre>
</blockquote>
After cloning 'core' and before 'make', you can manually do a 'git
submodule init' inside 'core', then do a "git submodule update
--progress --depth=1" for a shadow clone of the submodules.<br>
</body>
</html>