diff --git a/news/2 Fixes/10072.md b/news/2 Fixes/10072.md new file mode 100644 index 000000000000..195bfad15543 --- /dev/null +++ b/news/2 Fixes/10072.md @@ -0,0 +1,2 @@ +Fix zh-tw localization file loading issue. +(thanks to [ChenKB91](https://github.com/ChenKB91/)) diff --git a/package.nls.zh-tw.json b/package.nls.zh-tw.json index fee7b9393e67..4555d98fb5ed 100644 --- a/package.nls.zh-tw.json +++ b/package.nls.zh-tw.json @@ -158,5 +158,5 @@ "Interpreters.selectInterpreterTip": "小提示:您能透過按下狀態列中的 Python 版本,變更 Python 延伸模組使用的 Python 解譯器。", "downloading.file": "正在下載 {0}...", "downloading.file.progress": "目前 {0}{1},總共 {2} KB ({3}%)", - "products.installingModule": "正在安裝 {0}", + "products.installingModule": "正在安裝 {0}" }