This issue serves as a central hub for tracking all requests and discussions about support for internationalization and localization (I18n & L10n). ## Goals - Track progress on implementing internationalization and localization. ## Reported issues - https://github.com/yoavbls/pretty-ts-errors/issues/27 - https://github.com/yoavbls/pretty-ts-errors/issues/83 - https://github.com/yoavbls/pretty-ts-errors/issues/108 - https://github.com/yoavbls/pretty-ts-errors/issues/128 ## Related PR's - https://github.com/yoavbls/pretty-ts-errors/pull/33 - https://github.com/yoavbls/pretty-ts-errors/pull/49 - https://github.com/yoavbls/pretty-ts-errors/pull/110 ## Notable Fork's - https://github.com/ShiGongZhi/pretty-ts-errors (Chinese) ## Resources - [VSCode API on Localization](https://code.visualstudio.com/api/references/vscode-api#l10n) - [VSCode example repo on Localization](https://github.com/microsoft/vscode-l10n) - [TypeScript all diagnostic messages in JSON format](https://github.com/microsoft/TypeScript/blob/main/src/compiler/diagnosticMessages.json) - [TypeScript localization files for those diagnostic messages](https://github.com/microsoft/TypeScript/tree/main/src/loc/lcl) - [VSCode Language Packs Repo](https://github.com/microsoft/vscode-loc)
This issue serves as a central hub for tracking all requests and discussions about support for internationalization and localization (I18n & L10n).
Goals
Reported issues
Related PR's
Notable Fork's
Resources