From 23db71c1d5e4ec9c8ba70b70823320923fcacfe4 Mon Sep 17 00:00:00 2001 From: Jacek Date: Thu, 26 Mar 2026 07:47:52 -0500 Subject: [PATCH 1/2] fix(localizations): format ja-JP.ts with prettier --- packages/localizations/src/ja-JP.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index efb1817f710..357766dab21 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -1038,8 +1038,7 @@ export const jaJP: LocalizationResource = { organization_domain_common: 'これは一般的なメールプロバイダーのドメインです。別のものを使用してください。', organization_domain_exists_for_enterprise_connection: 'このドメインは組織の SSO で既に使用されています。', organization_membership_quota_exceeded: '保留中の招待を含め、組織のメンバー数の上限に達しました。', - organization_minimum_permissions_needed: - '必要な最小権限を持つ組織メンバーが少なくとも1人必要です。', + organization_minimum_permissions_needed: '必要な最小権限を持つ組織メンバーが少なくとも1人必要です。', organization_not_found_or_unauthorized: 'この組織のメンバーではなくなりました。別の組織を選択するか、新しく作成してください。', organization_not_found_or_unauthorized_with_create_organization_disabled: From 7b0a7dc21c1a76e89984d1b02ff3a66ca379c9a5 Mon Sep 17 00:00:00 2001 From: Jacek Date: Thu, 26 Mar 2026 07:48:09 -0500 Subject: [PATCH 2/2] chore: add empty changeset --- .changeset/neat-formats-glow.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/neat-formats-glow.md diff --git a/.changeset/neat-formats-glow.md b/.changeset/neat-formats-glow.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/neat-formats-glow.md @@ -0,0 +1,2 @@ +--- +---