16 lines
242 B
ReStructuredText
16 lines
242 B
ReStructuredText
apt-mirror
|
|
==========
|
|
|
|
.. warning::
|
|
|
|
Translations archived in xz are not fetched
|
|
|
|
Workaround:
|
|
|
|
::
|
|
|
|
if ( $filename =~ m{^$component/i18n/Translation-[^./]*\.bz2$} )
|
|
|
|
::
|
|
|
|
if ( $filename =~ m{^$component/i18n/Translation-[^./]*\.(bz2|xz)$} )
|