mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Use the vscode-nls-dev package to convert the i18n files
This commit is contained in:
3
i18n-sample/.gitignore
vendored
3
i18n-sample/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
out
|
||||
node_modules
|
||||
package.nls.*.json
|
||||
// These files will be generated from the i18n folder
|
||||
*nls.*.json
|
||||
|
||||
@ -90,4 +90,4 @@ gulp.task('vsce:publish', function() {
|
||||
|
||||
gulp.task('vsce:package', function() {
|
||||
return vsce.createVSIX();
|
||||
});
|
||||
});
|
||||
|
||||
Binary file not shown.
@ -1 +0,0 @@
|
||||
["さようなら"]
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"messages": ["Bye"],
|
||||
"keys": ["sayBye.text"]
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
["こんにちは"]
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"messages": ["Hello"],
|
||||
"keys": ["sayHello.text"]
|
||||
}
|
||||
Reference in New Issue
Block a user