Check for icu: strings in js folder as well
This commit is contained in:
parent
b34f2fbb99
commit
f6650c0b91
2 changed files with 2 additions and 1 deletions
|
@ -877,7 +877,7 @@
|
||||||
},
|
},
|
||||||
"icu:callingDeveloperToolsDescription": {
|
"icu:callingDeveloperToolsDescription": {
|
||||||
"messageformat": "This window is used during development to display diagnostics from ongoing calls.",
|
"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": {
|
"icu:speech": {
|
||||||
"messageformat": "Speech",
|
"messageformat": "Speech",
|
||||||
|
|
|
@ -22,6 +22,7 @@ function getIcuLikeStrings(): Set<string> {
|
||||||
'--recursive',
|
'--recursive',
|
||||||
'ts/',
|
'ts/',
|
||||||
'app/',
|
'app/',
|
||||||
|
'js/',
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
cwd: rootDir,
|
cwd: rootDir,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue