Skip to content

Commit 94f1bbf

Browse files
committed
add hyperlink for name style setting
1 parent 7ee1657 commit 94f1bbf

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

locale/en-us/setting.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@ Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/doc
279279
config.spell.dict =
280280
'Custom words for spell checking.'
281281
config.nameStyle.config =
282-
'Set name style config'
282+
[[
283+
Set name style config.
284+
Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/docs) to learn usage.
285+
]]
283286
config.telemetry.enable =
284287
[[
285288
Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://luals.github.io/privacy/#language-server).

locale/es-419/setting.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,11 @@ para aprender más sobre su uso.
280280
config.spell.dict =
281281
'Palabras extra para el corrector ortográfico.'
282282
config.nameStyle.config =
283-
'Configuración de estilo para nombres.'
283+
[[
284+
Configuración de estilo para nombres.
285+
Revise [la documentación del formateador](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/docs)
286+
para aprender más sobre su uso.
287+
]]
284288
config.telemetry.enable =
285289
[[
286290
Habilita la telemetría para enviar información del editor y registros de errores por la red. Lea nuestra política de privacidad [aquí (en inglés)](https://luals.github.io/privacy#language-server).

locale/ja-jp/setting.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@ Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/doc
279279
config.spell.dict = -- TODO: need translate!
280280
'Custom words for spell checking.'
281281
config.nameStyle.config = -- TODO: need translate!
282-
'Set name style config'
282+
[[
283+
Set name style config.
284+
Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/docs) to learn usage.
285+
]]
283286
config.telemetry.enable = -- TODO: need translate!
284287
[[
285288
Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://luals.github.io/privacy/#language-server).

locale/pt-br/setting.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@ Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/doc
279279
config.spell.dict = -- TODO: need translate!
280280
'Custom words for spell checking.'
281281
config.nameStyle.config = -- TODO: need translate!
282-
'Set name style config'
282+
[[
283+
Set name style config.
284+
Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/docs) to learn usage.
285+
]]
283286
config.telemetry.enable = -- TODO: need translate!
284287
[[
285288
Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://luals.github.io/privacy/#language-server).

locale/zh-cn/setting.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,10 @@ config.format.defaultConfig =
277277
config.spell.dict =
278278
'拼写检查的自定义单词。'
279279
config.nameStyle.config =
280-
'设定命名风格检查的配置'
280+
[[
281+
设定命名风格检查的配置。
282+
请查阅[格式化文档](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/docs)了解用法。
283+
]]
281284
config.telemetry.enable =
282285
[[
283286
启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://luals.github.io/privacy/#language-server)阅读我们的隐私声明。

locale/zh-tw/setting.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,10 @@ config.format.defaultConfig =
277277
config.spell.dict =
278278
'拼寫檢查的自訂單詞。'
279279
config.nameStyle.config = -- TODO: need translate!
280-
'Set name style config'
280+
[[
281+
Set name style config.
282+
Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/docs) to learn usage.
283+
]]
281284
config.telemetry.enable =
282285
[[
283286
啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://luals.github.io/privacy/#language-server)閱讀我們的隱私聲明。

0 commit comments

Comments
 (0)