Use the vscode-nls-dev package to convert the i18n files

This commit is contained in:
Nick Chen
2017-07-09 16:46:34 -07:00
committed by Dirk Baeumer
parent ff96d2a669
commit 44b15a890b
8 changed files with 3 additions and 12 deletions

View File

@ -1,3 +1,4 @@
out
node_modules
package.nls.*.json
// These files will be generated from the i18n folder
*nls.*.json

View File

@ -90,4 +90,4 @@ gulp.task('vsce:publish', function() {
gulp.task('vsce:package', function() {
return vsce.createVSIX();
});
});

Binary file not shown.

View File

@ -1 +0,0 @@
["さようなら"]

View File

@ -1,4 +0,0 @@
{
"messages": ["Bye"],
"keys": ["sayBye.text"]
}

View File

@ -1 +0,0 @@
["こんにちは"]

View File

@ -1,4 +0,0 @@
{
"messages": ["Hello"],
"keys": ["sayHello.text"]
}