Skip to content

Conversation

@janepie
Copy link
Member

@janepie janepie commented Mar 26, 2025

Summary

changes location of translation files to the correct one so the strings can be found

before
image

after
image

Checklist

Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
@janepie janepie requested a review from a team as a code owner March 26, 2025 09:30
@janepie janepie requested review from julien-nc, nfebe, skjnldsv and yemkareems and removed request for a team March 26, 2025 09:30
Copy link
Member

@julien-nc julien-nc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine

@janepie
Copy link
Member Author

janepie commented Mar 26, 2025

/backport to stable31

@janepie
Copy link
Member Author

janepie commented Mar 26, 2025

/backport to stable30

Copy link
Member

@AndyScherzinger AndyScherzinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@AndyScherzinger AndyScherzinger merged commit 8729597 into master Mar 26, 2025
193 of 207 checks passed
@AndyScherzinger AndyScherzinger deleted the fix/tasktypes-translations branch March 26, 2025 21:15
@backportbot
Copy link

backportbot bot commented Mar 26, 2025

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30

# Create the new backport branch
git checkout -b backport/51724/stable30

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5d192150

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/51724/stable30

Error: Failed to check for changes with origin/stable30: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task Type strings do not get translated

5 participants