summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/setting.lua3
-rw-r--r--locale/pt-br/setting.lua3
-rw-r--r--locale/zh-cn/setting.lua3
-rw-r--r--locale/zh-tw/setting.lua3
4 files changed, 12 insertions, 0 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index c1681e98..9a9f94a1 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -421,3 +421,6 @@ config.typeFormat.config.auto_complete_table_sep =
'Controls if a separator is automatically appended at the end of a table declaration.'
config.typeFormat.config.format_line =
'Controls if a line is formatted at all.'
+
+command.exportDocument =
+'Export Document ...'
diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua
index be21a0ee..7e13516c 100644
--- a/locale/pt-br/setting.lua
+++ b/locale/pt-br/setting.lua
@@ -421,3 +421,6 @@ config.typeFormat.config.auto_complete_table_sep = -- TODO: need translate!
'Controls if a separator is automatically appended at the end of a table declaration.'
config.typeFormat.config.format_line = -- TODO: need translate!
'Controls if a line is formatted at all.'
+
+command.exportDocument = -- TODO: need translate!
+'Export Document ...'
diff --git a/locale/zh-cn/setting.lua b/locale/zh-cn/setting.lua
index bdb1e779..1c2e3076 100644
--- a/locale/zh-cn/setting.lua
+++ b/locale/zh-cn/setting.lua
@@ -420,3 +420,6 @@ config.typeFormat.config.auto_complete_table_sep = -- TODO: need translate!
'Controls if a separator is automatically appended at the end of a table declaration.'
config.typeFormat.config.format_line = -- TODO: need translate!
'Controls if a line is formatted at all.'
+
+command.exportDocument =
+'导出文档...'
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua
index dfd647fd..64731765 100644
--- a/locale/zh-tw/setting.lua
+++ b/locale/zh-tw/setting.lua
@@ -420,3 +420,6 @@ config.typeFormat.config.auto_complete_table_sep = -- TODO: need translate!
'Controls if a separator is automatically appended at the end of a table declaration.'
config.typeFormat.config.format_line = -- TODO: need translate!
'Controls if a line is formatted at all.'
+
+command.exportDocument = -- TODO: need translate!
+'Export Document ...'