File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/jupyterlab-lsp/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -845,7 +845,7 @@ export namespace LSPStatus {
845
845
uninitialized . delete ( initialized ) ;
846
846
}
847
847
// servers for n documents did not respond to the initialization request
848
- msg = this . trans . __ (
848
+ msg = this . trans . _n (
849
849
'Fully connected, but %2/%3 virtual document stuck uninitialized: %4' ,
850
850
'Fully connected, but %2/%3 virtual documents stuck uninitialized: %4' ,
851
851
status . detected_documents . size ,
@@ -859,7 +859,7 @@ export namespace LSPStatus {
859
859
unconnected . delete ( connected ) ;
860
860
}
861
861
862
- msg = this . trans . __ (
862
+ msg = this . trans . _n (
863
863
'%2/%3 virtual document connected (%4 connections; waiting for: %5)' ,
864
864
'%2/%3 virtual documents connected (%4 connections; waiting for: %5)' ,
865
865
status . detected_documents . size ,
You can’t perform that action at this time.
0 commit comments