dita-ot / dita-ot

DITA Open Toolkit — the open-source publishing engine for content authored in the Darwin Information Typing Architecture.
https://www.dita-ot.org
Apache License 2.0
386 stars 193 forks source link

Incorrect translation for 'on page' term for sv. #4431

Closed Mircea-Andrei16 closed 2 months ago

Mircea-Andrei16 commented 2 months ago

Description

In https://github.com/dita-ot/dita-ot/issues/4315, I incorrectly added a translation for the 'on page' term for the sv language. Instead of på sidan, I accidentally added na stranici.

Possible Solution

The possible solution is to replace the na stranici term in sv.xml with på sidan.

jelovirt commented 2 months ago

Are you able to open a PR against hotfix/4.2.2 branch?

Mircea-Andrei16 commented 2 months ago

These are all the hotfixes branches that I can create PR against image

chrispy-snps commented 2 months ago

@Mircea-Andrei16 - your local client might not have all the branch definitions of the remote. If you run git remote -v, do you see the main development repository listed (git@github.com:dita-ot/dita-ot.git)? If so, you should be able to do a git fetch -all to inform your client of that remote's hotfix/4.2.2 branch, then do git checkout hotfix/4.2.2 to create a local branch from it.

If you don't have git@github.com:dita-ot/dita-ot.git listed, you can add it with something like git remote add develop git@github.com:dita-ot/dita-ot.git, then do the git fetch --all.