Last Fixes before Release (#2192)

* Removed Moq from the project. Fixed a localization string

* Fixed a bug with virtualized reading lists when reordering, it wouldn't use the correct order index.

* Added some german common strings cause weblate is a PIA to use.

* Added a bug marker for something that needs another release for
This commit is contained in:
Joe Milazzo 2023-08-09 10:34:33 -05:00 committed by GitHub
parent 4442f8e1d0
commit cb57e48000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 24 deletions

View file

@ -7,9 +7,9 @@
<div class="d-flex list-container">
<div class="me-3 align-middle">
<div style="padding-top: 40px">
<label for="reorder-{{i}}" class="form-label visually-hidden">{{t('reorder-label')}}</label>
<label for="reorder-{{item.order}}" class="form-label visually-hidden">{{t('reorder-label')}}</label>
<input *ngIf="accessibilityMode" id="reorder-{{i}}" class="form-control" type="number" inputmode="numeric" min="0" [max]="items.length - 1" [value]="item.order" style="width: 60px"
(focusout)="updateIndex(i, item)" (keydown.enter)="updateIndex(i, item)" aria-describedby="instructions">
(focusout)="updateIndex(item.order, item)" (keydown.enter)="updateIndex(item.order, item)" aria-describedby="instructions">
</div>
</div>

View file

@ -1657,28 +1657,28 @@
},
"common": {
"reset-to-default": "",
"close": "",
"cancel": "",
"create": "",
"save": "",
"close": "Schließen",
"cancel": "Stornieren",
"create": "Erstellen",
"save": "Speichern",
"reset": "",
"add": "",
"add": "Hinzufügen",
"apply": "",
"delete": "",
"edit": "",
"help": "",
"submit": "",
"email": "",
"read": "",
"loading": "",
"username": "",
"password": "",
"delete": "Löschen",
"edit": "Bearbeiten",
"help": "Hilfe",
"submit": "Einreichen",
"email": "Email",
"read": "Lesen",
"loading": "Wird geladen…",
"username": "Nutzername",
"password": "Passwort",
"promoted": "",
"select-all": "",
"deselect-all": "",
"series-count": "",
"item-count": "",
"book-num": "",
"select-all": "Wählen Sie Alle",
"deselect-all": "Alle abwählen",
"series-count": "{{num}}er-Serie",
"item-count": "{{num}} Artikel",
"book-num": "Buch",
"issue-hash-num": "",
"issue-num": "",
"chapter-num": "",

View file

@ -429,7 +429,7 @@
"month-ago": "a month ago",
"months-ago": "{{value}} months ago",
"year-ago": "a year ago",
"years-ago": "{[value}} years ago"
"years-ago": "{{value}} years ago"
},
"relationship-pipe": {