diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue
index f53560e3..ac1c56d9 100644
--- a/components/publish/PublishWidget.vue
+++ b/components/publish/PublishWidget.vue
@@ -193,7 +193,7 @@ const languageList: {
name?: string
}[] = [{
code: null,
- nativeName: 'None',
+ nativeName: t('language.none'),
}, ...ISO6391.getAllCodes().map(code => ({
code,
nativeName: ISO6391.getNativeName(code),
@@ -363,7 +363,7 @@ defineExpose({
diff --git a/components/tag/TagActionButton.vue b/components/tag/TagActionButton.vue
index 49020093..3bd13d60 100644
--- a/components/tag/TagActionButton.vue
+++ b/components/tag/TagActionButton.vue
@@ -25,10 +25,10 @@ const toggleFollowTag = async () => {