The method I used which is admittedly more convoluted but worked, is:
Fork the full Inkscape repository (so you have something like https://gitlab.com/you.name/inkscape) From the top right Create a branch based on the 1.4 branch from the + button > New Branch Base it on the existing 1.4 branch Name it something like Translations for your language Do the steps described in the wiki to replace the file .pot in your newly created Translations for your language branch Finally do the merge request from this private 1.4 branch of yours to the official 1.4 branch
On 15/05/2024 at 16:12, Lucas Vieites <lucas.vieites@gmail.com> wrote:Hi all,I'm experiencing an issue when creating a merge request on the 1.4.x branch. I see this message "You can only create or edit files when you are on a branch" and the merge request is not created.I am following the steps in https://wiki.inkscape.org/wiki/index.php?title=Interface_translation#7._Make_a_merge_requestIs anyone else having this issue?Thank you, and kind regards,