Skip to content

Commit

Permalink
Merge pull request #726 from BonnetPonta/dev
Browse files Browse the repository at this point in the history
Fixed to be the text after translation
  • Loading branch information
sphinxrave authored Sep 23, 2023
2 parents 1c49736 + d3894e7 commit 33dae8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/locales/ja-JP/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ views:
hideCollabStreamsLabel: コラボ配信を表示しない
hideCollabStreamsMsg: お気に入りページでコラボ配信を非表示にします
hidePlaceholderStreams: プレースホルダーの配信を隠す
hideMissingStreams: 非公開の配信を隠す
ignoredTopicsLabel: 除外するトピック
ignoredTopicsMsg: これらのトピックの動画はホームとお気に入りに表示されなくなります
theme: テーマ
Expand Down
2 changes: 1 addition & 1 deletion src/views/Channels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default {
: []),
...(this.category === this.Tabs.VTUBER || this.category === this.Tabs.SUBBER
? [{
text: "Recently Added",
text: this.$t("views.channels.sortOptions.recentUpload"),
value: "recently_added",
query_value: {
sort: "created_at",
Expand Down

0 comments on commit 33dae8f

Please sign in to comment.