Files
vscode-extension-samples/i18n-sample/package.nls.ja.json
Nick Chen ff96d2a669 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-11-06 14:36:22 +01:00

5 lines
103 B
JSON

{
"extension.sayHello.title": "こんにちは",
"extension.sayBye.title": "さようなら"
}