release: Multi-Hoster-Upload 2.1.9

This commit is contained in:
Sucukdeluxe
2026-08-11 17:11:30 +02:00
parent fb46665f0c
commit e8eea5b5de
8 changed files with 109 additions and 7 deletions
+4
View File
@@ -70,6 +70,10 @@ test('English copy uses complete actions and correct singular plurals', () => {
assert.equal(translateText('Aktiv auf Port 9100 — 2 Clients verbunden', 'en'), 'Active on port 9100 — 2 clients connected');
});
test('translates duplicate desktop drop feedback to English', () => {
assert.equal(translateText('Auswahl ist bereits in den Upload-Aufträgen.', 'en'), 'The selection is already in the upload jobs.');
});
test('rare account, backup, update, and confirmation states translate in both directions', () => {
const cases = [
['Einstellungen konnten vor dem Update nicht gespeichert werden', 'Settings could not be saved before the update'],