From 293c8ecabb6826f4a6439393709054be3f3b58c7 Mon Sep 17 00:00:00 2001 From: greymoth-jp Date: Mon, 29 Jun 2026 19:11:08 +0900 Subject: [PATCH] fix(@uppy/locales): repair smart_count placeholder in ja_JP folderAdded --- packages/@uppy/locales/src/ja_JP.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@uppy/locales/src/ja_JP.ts b/packages/@uppy/locales/src/ja_JP.ts index 62e33ab51..63a3810a3 100644 --- a/packages/@uppy/locales/src/ja_JP.ts +++ b/packages/@uppy/locales/src/ja_JP.ts @@ -74,8 +74,8 @@ ja_JP.strings = { filter: 'フィルタ', finishEditingFile: 'ファイルの編集を終了', folderAdded: { - '0': '%{folder} から% {smart_count} 個のファイルを追加しました', - '1': '%{folder} から% {smart_count} 個のファイルを追加しました', + '0': '%{folder} から%{smart_count} 個のファイルを追加しました', + '1': '%{folder} から%{smart_count} 個のファイルを追加しました', }, import: 'インポート', importFrom: '%{name}からインポート',