Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Change default name on nav button from next/back to Neste/Forrige #12993

Open Annikenkbrathen opened 1 week ago

Annikenkbrathen commented 1 week ago

We should have Norwegian names on the buttons by default since the app is Norwegian by default. This is to spare the users the job of translating each navigation button. We should use the words 'forrige' and 'neste' as the design system recommends. Skjermbilde 2024-06-20 kl  09 19 07

nkylstad commented 15 hours ago

This can be solved in several ways:

The second option could use syncEvent architecture on backend, when adding a new page. See f.ex. process for example. When adding a new page, ensure that the next and back text keys are present in the norwegian nb text resource file, with the norwegian texts. Only add the keys next and back if they are not already added.