Skip to content

Remove space - #40700

Closed
Valdnet wants to merge 3 commits into
masterfrom
Valdnet-patch-2
Closed

Remove space#40700
Valdnet wants to merge 3 commits into
masterfrom
Valdnet-patch-2

Conversation

@Valdnet

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
@ValdnetValdnet added the feature: language/translations (l10n/i18n) Localization and translation matters label Sep 29, 2023
@ValdnetValdnet self-assigned this Sep 29, 2023
@szaimen

Copy link
Copy Markdown
Contributor

/compile

@szaimenszaimen added this to the Nextcloud 28 milestone Sep 29, 2023
@szaimenszaimen added the 3. to review Waiting for reviews label Sep 29, 2023
Comment threadapps/files_sharing/src/views/SharingDetailsTab.vue Outdated
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
@Valdnet
Valdnet requested a review from blizzzOctober 2, 2023 15:49
@szaimen

Copy link
Copy Markdown
Contributor

@Valdnet this needs a manual rebase and then you can run the compile command again

@blizzz

Copy link
Copy Markdown
Member

@nickvergessen was my suggestion actually ok, or are there smarter/better ways? perhaps also with RTL in mind?

let title = t('files_sharing', 'Share with ')
let title = t('files_sharing', 'Share with') + " "
if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_USER) {
title = title + this.share.shareWithDisplayName

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.

As per https://docs.nextcloud.com/server/latest/developer_manual/basics/front-end/l10n.html#improving-your-translations this is not good.
It would be better to have a full t() in each of the else-if branches?

@skjnldsvskjnldsv mentioned this pull request Nov 1, 2023
@blizzzblizzz mentioned this pull request Nov 6, 2023
@AndyScherzinger

Copy link
Copy Markdown
Member

@Valdnet do you want to take care of the manual rebase and fix the issues from the comments or close and started from scratch?

@Valdnet

Copy link
Copy Markdown
ContributorAuthor

@AndyScherzinger I'm closing PR 😉.

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

Labels

3. to reviewWaiting for reviewsfeature: language/translations (l10n/i18n)Localization and translation matters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Valdnet@szaimen@blizzz@AndyScherzinger@nickvergessen@rakekniven@nextcloud-command