Commit 0974f92
Add localization (#18962)
* Add localization (#18954)
* Enable localization using nls
* Add i18n files
* Add current translations
* Add export and import scripts
* Fix import translation function
* Clean code
* Update package-lock.json
* Delete i18n files
* Update package-lock.json
* Add news
* Fix package files
* Addd sourcemaps
* Add missing translations
* Remove localize test
* Add paths in pre-release
* Update pipeline
* Update pushStep
* Fix move item step
* Fix pull Steps
* Fix pipeline push and pull
* Fix translations import param
* Fix generate translations task
* Add generate translation task to compile script
* Add generate translations in the build steps
* Change i18n pt-br file name
* Delete package.nls.de.json
* Delete package.nls.pt-br.json
* Move generate translation task to PullStep
* Add nls webpack configuration
* Add nls config in extension.ts
* Try new path in webpack loader
* Test removing nls conf
* Add nls plugin
* Fix translations, remove nls pluging
* Remove unnecessary files
* Clean code
* Fix some comments
* Remove unnecessary packages
* Fix string with format
* Fix localize string
* Fix test in watcher
* Ignore localization files
* Change strings in tests
* Test importing nls in other file
* Fix comment in translations in tests
* Add missing translations
* Remove nls config in all files
* Add location steps in the stable pipeline
* Using new vscode-engineering feature to abstract away gulp (#19063)
* try new format
* remove nls gulp stuff
* back on main
* maybe use ../../
* try this
* try setting to where bundles are
* try new locBundleDestination
* try another
* try just src
* try
* try root dir
* Add i18n to vscodeignore
* Clean Code
* Remove old translations
* update templates to main
Co-authored-by: Tyler James Leonhardt <[email protected]>1 parent 4f92042 commit 0974f92
File tree
123 files changed
+1377
-1834
lines changed- build
- webpack
- news/1 Enhancements
- src
- client
- activation
- common
- application/diagnostics
- checks
- browser
- common
- application/commands
- experiments
- installer
- net
- process
- utils
- debugger/extension
- adapter
- attachQuickPick
- configuration
- launch.json
- providers
- interpreter
- configuration/interpreterSelector/commands
- display
- virtualEnvs
- languageServer
- linters
- providers
- tensorBoard
- testing
- testController
- test
- activation
- node
- application/diagnostics
- checks
- common
- application/commands
- experiments
- installer
- net
- process
- utils
- configuration/interpreterSelector/commands
- debugger/extension
- adapter
- configuration
- launch.json
- providers
- interpreters
- display
- virtualEnvs
- languageServer
- providers
- tensorBoard
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+1377
-1834
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments