mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
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.
5 lines
103 B
JSON
5 lines
103 B
JSON
{
|
|
"extension.sayHello.title": "こんにちは",
|
|
"extension.sayBye.title": "さようなら"
|
|
}
|