-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Reproducible in vscode.dev or in VS Code Desktop?
- Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- Not reproducible in the monaco editor playground
Monaco Editor Playground Link
The monaco editor playground is not applicable to this issue, because it relates to the files included in monaco distributions.
Monaco Editor Playground Code
n/aReproduction Steps
Download the latest version of monaco and look in the folder package\min\vs. Note the files named nls.messages.*.js. These currently include: de, es, fr, it, ja, ko, ru, zh-cn, zh-tw.
However look at the VS Code language packs, and the available languages are de, es, fr, it, ja, ko, ru, zh-cn, zh-tw, cs, pt-br, tr, pl.
Actual (Problematic) Behavior
Distributions of monaco are missing the VS code languages cs, pt-br, tr and pl.
Expected Behavior
Distributions of monaco to include the VS code languages cs, pt-br, tr and pl. For example the file nls.messages.pt-br.js should be in the folder package\min\vs.
Additional Context
Looking at the table in the vscode-loc repo, the languages table is not sorted, and all the missing languages are at the bottom of the table. Perhaps those were added at a later time, and a config file somewhere in the build process is not including them.