Merge pull request #42819 from nextcloud/backport/42727/stable28

[stable28] fix(l10n): Add context note for table footers
This commit is contained in:
Pytal 2024-01-15 15:11:28 -08:00 committed by GitHub
commit 34783ca98b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 9 deletions

View file

@ -22,6 +22,7 @@
<template>
<tr>
<th class="files-list__row-checkbox">
<!-- TRANSLATORS Label for a table footer which summarizes the columns of the table -->
<span class="hidden-visually">{{ t('files', 'Total rows summary') }}</span>
</th>

View file

@ -23,6 +23,7 @@
<template>
<tr class="footer">
<th scope="row">
<!-- TRANSLATORS Label for a table footer which summarizes the columns of the table -->
<span class="hidden-visually">{{ t('settings', 'Total rows summary') }}</span>
</th>
<td class="footer__cell footer__cell--loading">

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long