Skip to content

Commit

Permalink
Merge pull request #48653 from nextcloud/rakekniven-patch-2
Browse files Browse the repository at this point in the history
chore(l10n): Use default plural handling
  • Loading branch information
artonge authored Oct 14, 2024
2 parents 10d1c3c + d89aa55 commit 3f75c48
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ export default defineComponent({
// Warn about duplicate emails
if (duplicateEmails.length > 0) {
showError(n('files_sharing', '1 email address already added', '{count} email addresses already added', duplicateEmails.length, { count: duplicateEmails.length }))
showError(n('files_sharing', '{count} email address already added', '{count} email addresses already added', duplicateEmails.length, { count: duplicateEmails.length }))
}
if (validEmails.length > 0) {
showSuccess(n('files_sharing', '1 email address added', '{count} email addresses added', validEmails.length, { count: validEmails.length }))
showSuccess(n('files_sharing', '{count} email address added', '{count} email addresses added', validEmails.length, { count: validEmails.length }))
}
this.email = ''
Expand Down
2 changes: 0 additions & 2 deletions dist/3794-3794.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/3794-3794.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/3794-3794.js.map.license

This file was deleted.

2 changes: 2 additions & 0 deletions dist/5019-5019.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/5019-5019.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/5019-5019.js.map.license
4 changes: 2 additions & 2 deletions dist/files_sharing-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-init.js.map

Large diffs are not rendered by default.

0 comments on commit 3f75c48

Please sign in to comment.