diff --git a/app/config/locale/currencies.php b/app/config/locale/currencies.php index 461230f19a..ab40c216b7 100644 --- a/app/config/locale/currencies.php +++ b/app/config/locale/currencies.php @@ -870,13 +870,13 @@ return [ ], [ 'symbol' => 'zł', - 'name' => 'Polish Zloty', + 'name' => 'Polski Złoty', 'symbolNative' => 'zł', 'decimalDigits' => 2, 'rounding' => 0, 'code' => 'PLN', - 'namePlural' => 'Polish zlotys', - 'locations' => [], + 'namePlural' => 'Polish zlotych', + 'locations' => ['PL'], ], [ 'symbol' => '₲',