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