Le mercredi, 11 septembre 2019, 17.23:09 h CEST scootergrisen a écrit :
> I wanted to test danish translation with sid which was added in CUPS 2.3.0.
> So i run apt install cups.
> 
> But even though i install version 2.3.0-3 it does not contain danish
> translation.
> https://packages.debian.org/sid/cups
> 
> https://packages.debian.org/sid/all/cups-server-common/filelist does not
> have:
> /usr/share/cups/templates/da/
> 
> Also when i install cups it does not seem to contain a .desktop file.
> 
> So i hope everything regarding translations can be fixed/added so i can
> use cups in danish.

The list of CUPS locales is computed at build-time with the following 
oneliner:

        $ ls -1 locale/cups_*.po 2>/dev/null | sed -e '1,$s/locale\/cups_//' -e 
'1,
$s/\.po//' | tr '\n' ' '

It currently outputs:
        ca cs de en es fr it ja pt_BR ru zh_CN 

So 'da', for Danish, is indeed missing.

It appears from the CUPS repository that there has been no cups_da.po since 
CUPS 1.6.3:

https://github.com/apple/cups/commit/
12f89d241ce15358fb71ef1b1249803ee9d97374#diff-75e60eae0d18537b658a0f92f5f528ab

Without a translation for CUPS, installing the templates will not help; so 
what's needed now is a Danish translation integrated upstream. I encourage you 
to check with them if it could be integrated:
        
        https://github.com/apple/cups/issues

Regards,
    OdyX

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to