Commit 1564426
Changed files (5)
src
i18n
pages
archives
tags
[tag]
src/i18n/langs/en.ts
@@ -17,7 +17,7 @@ export const en: Translation = {
[Key.untitled]: 'Untitled',
[Key.uncategorized]: 'Uncategorized',
- [Key.noTags]: 'No Tags',
+ [Key.untagged]: 'No Tags',
[Key.wordCount]: 'word',
[Key.wordsCount]: 'words',
src/i18n/langs/zh_CN.ts
@@ -17,7 +17,7 @@ export const zh_CN: Translation = {
[Key.untitled]: '无标题',
[Key.uncategorized]: '未分类',
- [Key.noTags]: '无标签',
+ [Key.untagged]: '无标签',
[Key.wordCount]: '字',
[Key.wordsCount]: '字',
src/i18n/langs/zh_TW.ts
@@ -17,7 +17,7 @@ export const zh_TW: Translation = {
[Key.untitled]: '無標題',
[Key.uncategorized]: '未分類',
- [Key.noTags]: '無標籤',
+ [Key.untagged]: '無標籤',
[Key.wordCount]: '字',
[Key.wordsCount]: '字',
src/i18n/i18nKey.ts
@@ -14,7 +14,7 @@ enum I18nKey {
untitled = 'untitled',
uncategorized = 'uncategorized',
- noTags = 'noTags',
+ untagged = 'untagged',
wordCount = 'wordCount',
wordsCount = 'wordsCount',