https://xfce.org/download/changelogs/4.12:
The "ä" in "Jani Välimaa" appears incorrect twice on the webpage.
I will lets other decide the corret character.

.htaccess says:
    # for correcting the version number style
Redirect 301 /download/changelogs/4.8 http://www.xfce.org/download/changelogs/4.8.0

So perhaps change file name (so don't get 404 not found):
    /download/changelogs/4.8
>
    /download/changelogs/4.8.0

And perhaps in https://www.xfce.org/download/changelogs change:
    Xfce 4.8
    4.8
>
    Xfce 4.8.0
    4.8.0

In /pages/download/changelogs/index.php there is this line:
        '/^4\.8(|pre)/' => R_('Xfce 4.8'),
Perhaps change to:
        '/^4\.8(|pre)/' => R_('Xfce 4.8.0'),
_______________________________________________
Xfce-i18n mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-i18n

Reply via email to