From 2d5b75b2b56d96763227800c42ef10e771bfd4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kami=C5=84ski?= Date: Sat, 9 Oct 2021 17:44:30 +0200 Subject: [PATCH] Update currencies.php --- app/config/locale/currencies.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' => '₲',