remove duplicate i18n
This commit is contained in:
parent
7e9633a36b
commit
feafaffd12
3 changed files with 1 additions and 3 deletions
|
@ -2233,5 +2233,4 @@ autocorrectNoteLanguage: "Show a warning if the post language does not match the
|
|||
incorrectLanguageWarning: "It looks like your post is in {detected}, but you selected
|
||||
{current}.\nWould you like to set the language to {detected} instead?"
|
||||
noteEditHistory: "Post edit history"
|
||||
experimental: "Experimental"
|
||||
foldNotification: "Collapse notifications of the same type"
|
||||
|
|
|
@ -2060,5 +2060,4 @@ autocorrectNoteLanguage: 当帖子语言不符合自动检测的结果的时候
|
|||
incorrectLanguageWarning: "看上去您帖子使用的语言是{detected},但您选择的语言是{current}。\n要改为以{detected}发帖吗?"
|
||||
noteEditHistory: "帖子编辑历史"
|
||||
media: 媒体
|
||||
experimental: "实验性"
|
||||
foldNotification: "折叠同类型通知"
|
||||
|
|
|
@ -328,7 +328,7 @@
|
|||
</FormSection>
|
||||
|
||||
<FormSection>
|
||||
<template #label>{{ i18n.ts.experimental }}</template>
|
||||
<template #label>{{ i18n.ts.experimentalFeatures }}</template>
|
||||
<FormSwitch v-model="foldNotification" class="_formBlock">{{
|
||||
i18n.ts.foldNotification
|
||||
}}</FormSwitch>
|
||||
|
|
Loading…
Reference in a new issue