From 4d65d77f5214bf5dd935956c861580ff2b46bfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 31 Oct 2022 14:30:26 +0800 Subject: add `---@package` --- locale/zh-tw/setting.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'locale/zh-tw/setting.lua') diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index cf0c2a4c..a2c34e29 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -298,6 +298,8 @@ config.doc.privateName = -- TODO: need translate! 'Treat specific field names as private, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are private, witch can only be accessed in the class where the definition is located.' config.doc.protectedName = -- TODO: need translate! 'Treat specific field names as protected, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are protected, witch can only be accessed in the class where the definition is located and its subclasses.' +config.doc.packageName = -- TODO: need translate! +'Treat specific field names as package, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are package, witch can only be accessed in the file where the definition is located.' config.diagnostics['unused-local'] = '未使用的區域變數' config.diagnostics['unused-function'] = -- cgit v1.2.3