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

Remove space #40700

Closed
wants to merge 3 commits into from
Closed

Remove space #40700

wants to merge 3 commits into from

Conversation

Valdnet
Copy link
Contributor

@Valdnet Valdnet commented Sep 29, 2023

No description provided.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
@szaimen
Copy link
Contributor

szaimen commented Sep 29, 2023

/compile

@szaimen szaimen added this to the Nextcloud 28 milestone Sep 29, 2023
@szaimen szaimen added the 3. to review Waiting for reviews label Sep 29, 2023
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 blizzz October 2, 2023 15:49
@szaimen
Copy link
Contributor

szaimen commented Oct 4, 2023

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

@blizzz
Copy link
Member

blizzz commented Oct 4, 2023

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

@@ -278,7 +278,7 @@ export default {

computed: {
title() {
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
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?

@skjnldsv skjnldsv mentioned this pull request Nov 1, 2023
@blizzz blizzz mentioned this pull request Nov 6, 2023
@AndyScherzinger
Copy link
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
Contributor Author

Valdnet commented Nov 7, 2023

@AndyScherzinger I'm closing PR 😉.

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.

7 participants