File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/vs/workbench/contrib/accessibility/browser Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -717,6 +717,9 @@ export class DynamicSpeechAccessibilityConfiguration extends Disposable implemen
717
717
718
718
private getLanguages ( ) : { [ locale : string ] : { name : string } } {
719
719
return {
720
+ [ 'da-DK' ] : {
721
+ name : localize ( 'speechLanguage.da-DK' , "Danish (Denmark)" )
722
+ } ,
720
723
[ 'de-DE' ] : {
721
724
name : localize ( 'speechLanguage.de-DE' , "German (Germany)" )
722
725
} ,
@@ -768,6 +771,9 @@ export class DynamicSpeechAccessibilityConfiguration extends Disposable implemen
768
771
[ 'nl-NL' ] : {
769
772
name : localize ( 'speechLanguage.nl-NL' , "Dutch (Netherlands)" )
770
773
} ,
774
+ [ 'pt-PT' ] : {
775
+ name : localize ( 'speechLanguage.pt-PT' , "Portuguese (Portugal)" )
776
+ } ,
771
777
[ 'pt-BR' ] : {
772
778
name : localize ( 'speechLanguage.pt-BR' , "Portuguese (Brazil)" )
773
779
} ,
You can’t perform that action at this time.
0 commit comments