From 6ac172a0452b2b85312043f2dd032c38068ce455 Mon Sep 17 00:00:00 2001 From: shaoziyang Date: Sun, 23 Jun 2019 23:54:18 +0800 Subject: [PATCH] add Chinese Language --- _locales/zh/WhaleySansFont-strings.json | 3 +++ pxt.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 _locales/zh/WhaleySansFont-strings.json diff --git a/_locales/zh/WhaleySansFont-strings.json b/_locales/zh/WhaleySansFont-strings.json new file mode 100644 index 0000000..d1fc5f5 --- /dev/null +++ b/_locales/zh/WhaleySansFont-strings.json @@ -0,0 +1,3 @@ +{ + "whaleysans.showNumber|block": "显示whaleysans字体数字 %dat" +} diff --git a/pxt.json b/pxt.json index c2bc0c8..81a4a3d 100644 --- a/pxt.json +++ b/pxt.json @@ -8,6 +8,7 @@ }, "files": [ "README.md", + "_locales/zh/WhaleySansFont-strings.json", "WhaleySansFont.ts" ], "testFiles": [