From a4e1934e806d836249f34a2abc127c0ac452e210 Mon Sep 17 00:00:00 2001 From: michal-krolik <97365634+michal-krolik@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:46:59 +0100 Subject: [PATCH] Added pl-PL --- src/LangCountryData/pl-PL.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/LangCountryData/pl-PL.json diff --git a/src/LangCountryData/pl-PL.json b/src/LangCountryData/pl-PL.json new file mode 100644 index 0000000..231d97f --- /dev/null +++ b/src/LangCountryData/pl-PL.json @@ -0,0 +1,19 @@ +{ + "country": "PL", + "country_name": "Poland", + "country_name_local": "Polska", + "lang": "pl", + "name": "Polski", + "date_numbers": "d.m.Y", + "date_numbers_full_capitals": "DD.MM.YYYY", + "date_words_without_day": "j F Y", + "date_words_with_day": "l j F Y", + "date_birthday": "j F", + "time_format": "H:i", + "emoji_flag": "🇵🇱", + "currency_code": "PLN", + "currency_symbol": "zł", + "currency_symbol_local": "zł", + "currency_name": "Polish Złoty", + "currency_name_local": "Złoty" +}