Merge pull request #28772 from mahsem/add_Swedish_date_and_time_format

fix: add Swedish date and time format
This commit is contained in:
Akhil Narang 2024-12-24 12:33:55 +05:30 committed by GitHub
commit da5cfd9ad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2599,6 +2599,8 @@
"currency_name": "Swedish Krona",
"currency_symbol": "kr",
"number_format": "#.###,##",
"date_format": "yyyy-mm-dd",
"time_format": "HH:mm",
"timezones": [
"Europe/Stockholm"
],