Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Weblate #2845

Merged

Conversation

xwikiorgci
Copy link
Contributor

Translations update from Weblate for XWiki Platform/XWiki Core Resources.

Current translation status:

Weblate translation status

If a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.

Currently translated at 100.0% (3 of 3 strings)

Translation: XWiki Platform/XWiki Platform Icon Default
Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-icon-default/fr/
Currently translated at 50.0% (3 of 6 strings)

Translation: XWiki Platform/Rendering XWiki
Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/rendering-xwiki/fr/
Currently translated at 78.5% (11 of 14 strings)

Translation: XWiki Platform/UI Extension API
Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/ui-extension-api/fr/
Currently translated at 100.0% (4 of 4 strings)

Translation: XWiki Platform/XWiki Platform - Attachment - Picker - UI
Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-attachment-picker-ui/fr/
@xwikiorgci xwikiorgci force-pushed the weblate-xwiki-platform-xwiki-core-resources branch from c11f330 to 1317350 Compare February 4, 2024 11:44
@surli surli merged commit 58a764a into xwiki:master Feb 4, 2024
1 check passed
Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-15.10.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-15.10.x stable-15.10.x
# Navigate to the new working tree
cd .worktrees/backport-stable-15.10.x
# Create a new branch
git switch --create backport-2845-to-stable-15.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-15.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-15.10.x

Then, create a pull request where the base branch is stable-15.10.x and the compare/head branch is backport-2845-to-stable-15.10.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-16.0.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-16.0.x stable-16.0.x
# Navigate to the new working tree
cd .worktrees/backport-stable-16.0.x
# Create a new branch
git switch --create backport-2845-to-stable-16.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-16.0.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-16.0.x

Then, create a pull request where the base branch is stable-16.0.x and the compare/head branch is backport-2845-to-stable-16.0.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-15.5.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-15.5.x stable-15.5.x
# Navigate to the new working tree
cd .worktrees/backport-stable-15.5.x
# Create a new branch
git switch --create backport-2845-to-stable-15.5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-15.5.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-15.5.x

Then, create a pull request where the base branch is stable-15.5.x and the compare/head branch is backport-2845-to-stable-15.5.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-14.10.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-14.10.x stable-14.10.x
# Navigate to the new working tree
cd .worktrees/backport-stable-14.10.x
# Create a new branch
git switch --create backport-2845-to-stable-14.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-14.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-14.10.x

Then, create a pull request where the base branch is stable-14.10.x and the compare/head branch is backport-2845-to-stable-14.10.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-15.10.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-15.10.x stable-15.10.x
# Navigate to the new working tree
cd .worktrees/backport-stable-15.10.x
# Create a new branch
git switch --create backport-2845-to-stable-15.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-15.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-15.10.x

Then, create a pull request where the base branch is stable-15.10.x and the compare/head branch is backport-2845-to-stable-15.10.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-16.0.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-16.0.x stable-16.0.x
# Navigate to the new working tree
cd .worktrees/backport-stable-16.0.x
# Create a new branch
git switch --create backport-2845-to-stable-16.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-16.0.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-16.0.x

Then, create a pull request where the base branch is stable-16.0.x and the compare/head branch is backport-2845-to-stable-16.0.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-15.5.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-15.5.x stable-15.5.x
# Navigate to the new working tree
cd .worktrees/backport-stable-15.5.x
# Create a new branch
git switch --create backport-2845-to-stable-15.5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-15.5.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-15.5.x

Then, create a pull request where the base branch is stable-15.5.x and the compare/head branch is backport-2845-to-stable-15.5.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-14.10.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-14.10.x stable-14.10.x
# Navigate to the new working tree
cd .worktrees/backport-stable-14.10.x
# Create a new branch
git switch --create backport-2845-to-stable-14.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-14.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-14.10.x

Then, create a pull request where the base branch is stable-14.10.x and the compare/head branch is backport-2845-to-stable-14.10.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-15.10.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-15.10.x stable-15.10.x
# Navigate to the new working tree
cd .worktrees/backport-stable-15.10.x
# Create a new branch
git switch --create backport-2845-to-stable-15.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-15.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-15.10.x

Then, create a pull request where the base branch is stable-15.10.x and the compare/head branch is backport-2845-to-stable-15.10.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-16.0.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-16.0.x stable-16.0.x
# Navigate to the new working tree
cd .worktrees/backport-stable-16.0.x
# Create a new branch
git switch --create backport-2845-to-stable-16.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-16.0.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-16.0.x

Then, create a pull request where the base branch is stable-16.0.x and the compare/head branch is backport-2845-to-stable-16.0.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-15.5.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-15.5.x stable-15.5.x
# Navigate to the new working tree
cd .worktrees/backport-stable-15.5.x
# Create a new branch
git switch --create backport-2845-to-stable-15.5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-15.5.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-15.5.x

Then, create a pull request where the base branch is stable-15.5.x and the compare/head branch is backport-2845-to-stable-15.5.x.

Copy link

github-actions bot commented Feb 4, 2024

The backport to stable-14.10.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable-14.10.x stable-14.10.x
# Navigate to the new working tree
cd .worktrees/backport-stable-14.10.x
# Create a new branch
git switch --create backport-2845-to-stable-14.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 58a764a71c15ccb2e801ff0bbf03aa924dbc4a69
# Push it to GitHub
git push --set-upstream origin backport-2845-to-stable-14.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-14.10.x

Then, create a pull request where the base branch is stable-14.10.x and the compare/head branch is backport-2845-to-stable-14.10.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport stable-14.10.x backport stable-15.10.x Used for automatic backport to 15.10.x branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants