Skip to content

Commit a0ad1ff

Browse files
authored
Merge pull request #334 from naren2605/fix-333
JVSC #333 | fix readme content related to localization
2 parents 9d946a1 + cb1c4e7 commit a0ad1ff

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,12 @@ When adding JavaDoc to code Oracle Java Platform extension assists by suggesting
166166
Oracle Java Platform extension provides Test Explorer view which allows to run all tests in a project, examine the results, go to source code and run particular test.
167167
![Test Explorer](vscode/images/Test_explorer.png)
168168

169-
### Localisation support
170-
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
171-
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
172-
![localisation.gif](vscode/images/localisation.gif)
169+
### Localization support
170+
Oracle Java Platform extension provides localization support for _Japanese_ and _Simplified Chinese_.
171+
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
173172

173+
174+
![Localization.gif](vscode/images/Localization.gif)
174175
## Selecting the JDK
175176
The JDK to build, run and debug projects is being searched in the following locations:
176177

vscode/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ In the VS Code command palette :
5959
Project Explorer provides an overview of logical project structure, groups sources together and greatly simplifies Java package structure exploration. Project Explorer is an addition to the classical workspace explorer. Use it to build, test, execute and operate your Maven and Gradle Java projects.
6060
![Project Explorer](images/project-explorer.png)
6161

62-
### Localisation support
63-
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
62+
### Localization support
63+
Oracle Java Platform extension provides localization support for _Japanese_ and _Simplified Chinese_.
6464
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
65-
![localisation.gif](images/localisation.gif)
6665

6766

67+
![Localization.gif](images/Localization.gif)
6868
## Debugger and Launch Configurations
6969
Language Server __Java+ ...__ launch configuration supports debugging and running Java applications using JDK11 or newer.
7070
1. The launch configuration (debugger) is invoked when `Run main | Debug main` code lense is selected in the code.

vscode/images/Localization.gif

371 KB
Loading

vscode/images/localisation.gif

-160 KB
Binary file not shown.

0 commit comments

Comments
 (0)