* Update VS Code version and add new Loc lib
* Update Localize calls to new API
* manually build bundle
* WIP
* Fix \r\n and ' replacements from XLF tooling
* Remove old file translations, add new bundles
* Update l10n-dev to 0.0.23
* Rebase fix, removal of old translations, and using a
FAKE french translation to test the build steps
* Removing old vscode-nls package
* Fixing NPM package targeting
* Updating after rebase and manual merge
* Extracting some localization calls for DI to unit tests
* Removing fake translation, restoring package.nls.*.json files, as those are unaffected by the change until overwritten
* Adding Import XLFs for each language, but with no translations
* Case sensitivity fix for Linux
* Swapping with \\n for the loc team
* Convert newlines in XLF to previously expected format
* Adding import XLFs from @toshio-msft