diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 5dfe458c45..de80232f2c 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -877,7 +877,7 @@ }, "icu:callingDeveloperToolsDescription": { "messageformat": "This window is used during development to display diagnostics from ongoing calls.", - "description": "(Deleted 2024/07/02) Description displayed for calling developer tools window" + "description": "Description displayed for calling developer tools window" }, "icu:speech": { "messageformat": "Speech", diff --git a/ts/scripts/mark-unused-strings-deleted.ts b/ts/scripts/mark-unused-strings-deleted.ts index b57b8babb3..3085a8da9b 100644 --- a/ts/scripts/mark-unused-strings-deleted.ts +++ b/ts/scripts/mark-unused-strings-deleted.ts @@ -22,6 +22,7 @@ function getIcuLikeStrings(): Set { '--recursive', 'ts/', 'app/', + 'js/', ], { cwd: rootDir,