You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching to new vscode localization api and library. (#18023)
* new loc
* Updating l10n directory
* Adding new xliff files
* updating git ignore
* remove old loc from nls
* removing old loc files
* remove old loc gulp taks
* Updating vscode ignore and package.json
* Reversing some change
* Adding loc to webview
Fixing task
fixing enu xlf file
* simple example for webview localization
* Adding back loc projects
* Fixing loc
* Adding bundle l10n files
* Adding an example for webview translation
* fixing loc tasks
* Fixing new loc strings
* undo change
* Adding missing strings
* Adding more info to loc readme
* Removing format strings from loc
* adding official documentation.
* Adding comment to explain the localization hook
* Adding more docs
* fixing tests
* fixing names
* Trying inline loc
* Adding missing files
* Fixing typos
* FIxing loc
* Delete src/connectionconfig/connectionDialogWebViewController.ts
* fixing doc
gulp.task('ext:build',gulp.series('ext:localization','ext:copy','ext:clean-library-ts-files','ext:compile','ext:compile-view','ext:compile-reactviews'));// removed lint before copy
401
+
gulp.task('ext:build',gulp.series('ext:generate-runtime-localization-files','ext:copy','ext:clean-library-ts-files','ext:compile','ext:compile-view','ext:compile-reactviews'));// removed lint before copy
0 commit comments