Task #2669
closedGet Involved redirect
0%
Description
Hello,
in https://gerrit.libreoffice.org/#/c/55760/ Get Involved button was created. After user click on button, the system open webpage:
code is here
xref: /core/sfx2/source/view/viewfrm.cxx
OUString sURL("https://hub.libreoffice.org/joinus/?LOlocale=" + utl::ConfigManager::getLocale());
so for Czech version it's:
https://hub.libreoffice.org/joinus/?LOlocale=cs-CZ
but this page is redirected to Global page https://www.libreoffice.org/community/get-involved/?pk_campaign=hub
It should be redirected to Czech page https://cs.libreoffice.org/community/get-involved/?pk_campaign=hub
Please, make redirect https://hub.libreoffice.org/joinus/?LOlocale=cs-CZ to https://cs.libreoffice.org/community/get-involved/?pk_campaign=hub
It should be done for other languages too.
Thank you
Updated by Florian Effenberger over 5 years ago
- Assignee set to Christian Lohmaier
- Target version set to Q3/2019
Cloph, can you have a look? Heiko just noticed me of this ticket
Updated by Guilhem Moulin almost 5 years ago
- Status changed from New to Closed
- Assignee changed from Christian Lohmaier to Guilhem Moulin
Done with the following lang/locale map:
cs → https://cs.libreoffice.org/community/get-involved/?pk_campaign=hub cy → https://cy.libreoffice.org/cymuned/cymryd-rhan/?pk_campaign=hub de → https://de.libreoffice.org/community/get-involved/?pk_campaign=hub dsb → https://dsb.libreoffice.org/community/get-involved/?pk_campaign=hub es → https://es.libreoffice.org/comunidad/involucrate/?pk_campaign=hub fi → https://fi.libreoffice.org/yhteiso/osallistu/?pk_campaign=hub fr → https://fr.libreoffice.org/community/get-involved/?pk_campaign=hub it → https://it.libreoffice.org/comunita/partecipa/?pk_campaign=hub ja → https://ja.libreoffice.org/community/get-involved/?pk_campaign=hub ko → https://ko.libreoffice.org/community/get-involved/?pk_campaign=hub nl → https://nl.libreoffice.org/gemeenschap/doe-mee/?pk_campaign=hub no → https://no.libreoffice.org/community/get-involved/?pk_campaign=hub pt-BR → https://pt-br.libreoffice.org/comunidade/participe/?pk_campaign=hub pt → https://pt.libreoffice.org/comunidade/envolva-se/?pk_campaign=hub ro → https://ro.libreoffice.org/community/get-involved/?pk_campaign=hub sl → https://sl.libreoffice.org/sodelujte/pridruzite-se-nam/?pk_campaign=hub ta → https://ta.libreoffice.org/community/get-involved/?pk_campaign=hub th → https://th.libreoffice.org/community/get-involved/?pk_campaign=hub tr → https://tr.libreoffice.org/topluluk/katilin/?pk_campaign=hub vec → https://vec.libreoffice.org/comunita/partesipa/?pk_campaign=hub zh-TW → https://zh-tw.libreoffice.org/community/get-involved/?pk_campaign=hub zh → https://zh-cn.libreoffice.org/get-involved/get-involved/?pk_campaign=hub
Locale code takes precedence when defined, so LOlocale=zh-TW redirects to zh-tw.lo, but LOlocale=zh and LOlocale=zh-CN redirects to zh-cn.lo. Built the map by taking all newdesign pages that have a version of the get-involved page; other locales fallback to https://www.libreoffice.org/community/get-involved/?pk_campaign=hub .
Reassigning to me and CC'ing Sophie Gautier for checking :-)
Updated by Guilhem Moulin almost 5 years ago
- Category changed from Webserver to Hub
Updated by Sophie Gautier almost 5 years ago
Tested in FR version and it works correctly, redirect is done to the FR contribute page. Thanks for fixing it :)