Remove unused string

This commit is contained in:
Fedor Indutny
2025-02-06 15:44:49 -08:00
committed by GitHub
parent 769391113e
commit 9e62bd8ca6
2 changed files with 4 additions and 4 deletions

View File

@@ -305,7 +305,7 @@
},
"icu:migratingToSQLCipher": {
"messageformat": "Optimizing messages... {status} complete.",
"description": "Message shown on the loading screen while we are doing application optimizations"
"description": "(Deleted 2025/02/06) Message shown on the loading screen while we are doing application optimizations"
},
"icu:archivedConversations": {
"messageformat": "Archived Chats",

View File

@@ -18,10 +18,10 @@ describe('setupI18n', () => {
assert.strictEqual(i18n('icu:reportIssue'), 'Contact Support');
});
it('returns message with single substitution', () => {
const actual = i18n('icu:migratingToSQLCipher', {
status: '45/200',
const actual = i18n('icu:ContactListItem__remove-system--title', {
title: 'Alice',
});
assert.equal(actual, 'Optimizing messages... 45/200 complete.');
assert.equal(actual, 'Unable to remove Alice');
});
it('returns message with multiple substitutions', () => {
const actual = i18n('icu:theyChangedTheTimer', {