Files
vscode-extension-samples/i18n-sample/package.nls.json
Nick Chen 737d2db5b4 Initial version of i18n-sample
To keep things simple, this doesn't use the nls-dev package. I think this demystifies a lot of things when you see what is actually going on behind the scenes.
2017-07-08 14:59:34 -07:00

5 lines
81 B
JSON

{
"extension.sayHello.title": "Hello",
"extension.sayBye.title": "Bye"
}