Skip to content

Conversation

@Valdnet
Copy link
Contributor

@Valdnet Valdnet commented Sep 29, 2023

No description provided.

Signed-off-by: Valdnet <[email protected]>
@Valdnet Valdnet added the feature: language/translations (l10n/i18n) Localization and translation matters label Sep 29, 2023
@Valdnet Valdnet requested review from nfebe and rakekniven September 29, 2023 08:00
@Valdnet Valdnet self-assigned this Sep 29, 2023
@rakekniven rakekniven requested a review from szaimen September 29, 2023 09:55
@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
nextcloud-command and others added 2 commits September 29, 2023 10:16
Signed-off-by: nextcloud-command <[email protected]>
@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?

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

Labels

3. to review Waiting for reviews feature: language/translations (l10n/i18n) Localization and translation matters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants