From 2a6f32c4d708434322db7d29b1dcebdb91df2d5d Mon Sep 17 00:00:00 2001 From: Chapybara-jp Date: Tue, 3 Sep 2024 19:28:43 +0200 Subject: [PATCH] Update filter-bar.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed 飴 to アメ for consistency with its spelling in Pokemon GO --- src/locales/ja/filter-bar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ja/filter-bar.json b/src/locales/ja/filter-bar.json index c09705d9b50..891b7d87674 100644 --- a/src/locales/ja/filter-bar.json +++ b/src/locales/ja/filter-bar.json @@ -32,7 +32,7 @@ "noPokerus": "ポケルス - なし", "sortByNumber": "No.", "sortByCost": "ポイント", - "sortByCandies": "飴の数", + "sortByCandies": "アメの数", "sortByIVs": "個体値", "sortByName": "名前" -} \ No newline at end of file +}