diff --git a/locales/index.d.ts b/locales/index.d.ts index ac714258e2..2f8437f52a 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1032,6 +1032,7 @@ export interface Locale { "video": string; "videos": string; "dataSaver": string; + "cellularWithDataSaver": string; "accountMigration": string; "accountMoved": string; "accountMovedShort": string; @@ -1656,6 +1657,7 @@ export interface Locale { "contributors": string; "allContributors": string; "source": string; + "forksource": string; "translation": string; "donate": string; "morePatrons": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 71c04873ad..b92aa0ec81 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1029,6 +1029,7 @@ noteIdOrUrl: "ノートIDまたはURL" video: "動画" videos: "動画" dataSaver: "データセーバー" +cellularWithDataSaver: "モバイルデータ通信でデータセーバーをオンにする" accountMigration: "アカウントの移行" accountMoved: "このユーザーは新しいアカウントに移行しました:" accountMovedShort: "このアカウントは移行されています" diff --git a/packages/frontend/src/components/global/MkAvatar.vue b/packages/frontend/src/components/global/MkAvatar.vue index 7c344ccf7c..788e4ec9af 100644 --- a/packages/frontend/src/components/global/MkAvatar.vue +++ b/packages/frontend/src/components/global/MkAvatar.vue @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only