Skip to content

fix(l10n): Use "teams" instead of the old "circles"#514

Merged
marcelklehr merged 1 commit intomainfrom
fix/l10n/circles
Apr 27, 2026
Merged

fix(l10n): Use "teams" instead of the old "circles"#514
marcelklehr merged 1 commit intomainfrom
fix/l10n/circles

Conversation

@marcelklehr
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
) {
$this->informationSources = [
'add_card' => $this->l10n->t('Nextcloud Deck'),
'add_member_to_circle' => $this->l10n->t('Add member to circle'),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@marcelklehr Are you sure about all changes for given file?
You replaced multiple miscallenous strings with "Nextcloud Teams"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes, it's the cleaner way to reference the tool, as we show these as "sources". "Add member to circle" is not really semantically a source.

@marcelklehr marcelklehr merged commit 1bd9c1b into main Apr 27, 2026
16 checks passed
@marcelklehr marcelklehr deleted the fix/l10n/circles branch April 27, 2026 11:17
@rakekniven
Copy link
Copy Markdown
Member

@marcelklehr Backports needed to get rid of the "circle" strings at Tx?

@marcelklehr
Copy link
Copy Markdown
Member Author

Indeed, we have a stable32 branch

@marcelklehr
Copy link
Copy Markdown
Member Author

/backport to stable32

@backportbot
Copy link
Copy Markdown

backportbot Bot commented Apr 27, 2026

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

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

# Create the new backport branch
git checkout -b backport/514/stable32

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

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

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


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

@marcelklehr
Copy link
Copy Markdown
Member Author

/backport to stable32

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants