Skip to content

Commit 906ba10

Browse files
fix: Add "AutoFormatter" category to localization files
1 parent 6d54bbc commit 906ba10

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

locales/en/main.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Tag Source": "Tag Source",
55
"Autocompletion": "Autocompletion",
66
"Related Tags": "Related Tags",
7-
"Display": "Display"
7+
"Display": "Display",
8+
"AutoFormatter": "AutoFormatter"
89
}
910
}

locales/ja/main.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Tag Source": "タグソース",
55
"Autocompletion": "オートコンプリート",
66
"Related Tags": "関連タグ",
7-
"Display": "表示"
7+
"Display": "表示",
8+
"AutoFormatter": "自動フォーマット"
89
}
910
}

locales/zh-TW/main.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Tag Source": "標籤來源",
55
"Autocompletion": "自動完成",
66
"Related Tags": "相關標籤",
7-
"Display": "顯示"
7+
"Display": "顯示",
8+
"AutoFormatter": "自動格式化"
89
}
910
}

locales/zh/main.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Tag Source": "标签来源",
55
"Autocompletion": "自动完成",
66
"Related Tags": "相关标签",
7-
"Display": "显示"
7+
"Display": "显示",
8+
"AutoFormatter": "自动格式化"
89
}
910
}

0 commit comments

Comments
 (0)