apt-mirror/translations
This commit is contained in:
parent
2bb289caf4
commit
8d705a51cb
2 changed files with 17 additions and 0 deletions
16
in/public/packages/apt-mirror/index.rst
Normal file
16
in/public/packages/apt-mirror/index.rst
Normal file
|
@ -0,0 +1,16 @@
|
|||
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)$} )
|
|
@ -5,3 +5,4 @@ Packages
|
|||
:maxdepth: 2
|
||||
|
||||
apt/index
|
||||
apt-mirror/index
|
||||
|
|
Loading…
Reference in a new issue