Skip to content

Commit c0b3043

Browse files
committed
update locale
1 parent 2b3c8f0 commit c0b3043

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

locale/en-us/setting.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,6 @@ config.typeFormat.config.format_line =
423423
'Controls if a line is formatted at all.'
424424

425425
command.exportDocument =
426-
'Export Document ...'
426+
'Lua: Export Document ...'
427+
command.addon_manager.open =
428+
'Lua: Open Addon Manager ...'

locale/pt-br/setting.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,6 @@ config.typeFormat.config.format_line = -- TODO: need translate!
423423
'Controls if a line is formatted at all.'
424424

425425
command.exportDocument = -- TODO: need translate!
426-
'Export Document ...'
426+
'Lua: Export Document ...'
427+
command.addon_manager.open = -- TODO: need translate!
428+
'Lua: Open Addon Manager ...'

locale/zh-cn/setting.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,6 @@ config.typeFormat.config.format_line = -- TODO: need translate!
422422
'Controls if a line is formatted at all.'
423423

424424
command.exportDocument =
425-
'导出文档...'
425+
'Lua: 导出文档...'
426+
command.addon_manager.open =
427+
'Lua: 打开插件管理器...'

locale/zh-tw/setting.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,6 @@ config.typeFormat.config.format_line = -- TODO: need translate!
422422
'Controls if a line is formatted at all.'
423423

424424
command.exportDocument = -- TODO: need translate!
425-
'Export Document ...'
425+
'Lua: Export Document ...'
426+
command.addon_manager.open = -- TODO: need translate!
427+
'Lua: Open Addon Manager ...'

0 commit comments

Comments
 (0)