mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
feat: include polish locale
This commit is contained in:
parent
c8d12a9e24
commit
512502b7e8
1 changed files with 48 additions and 0 deletions
48
locales/pl.json
Normal file
48
locales/pl.json
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"short_months": [
|
||||||
|
"sty",
|
||||||
|
"lut",
|
||||||
|
"mar",
|
||||||
|
"kwi",
|
||||||
|
"maj",
|
||||||
|
"cze",
|
||||||
|
"lip",
|
||||||
|
"wrz",
|
||||||
|
"set",
|
||||||
|
"paź",
|
||||||
|
"lis",
|
||||||
|
"gru"
|
||||||
|
],
|
||||||
|
"long_months": [
|
||||||
|
"styczeń",
|
||||||
|
"luty",
|
||||||
|
"marzec",
|
||||||
|
"kwiecień",
|
||||||
|
"maj",
|
||||||
|
"czerwiec",
|
||||||
|
"lipiec",
|
||||||
|
"wrzesień",
|
||||||
|
"setembro",
|
||||||
|
"październik",
|
||||||
|
"listopad",
|
||||||
|
"grudzień"
|
||||||
|
],
|
||||||
|
"short_weekdays": [
|
||||||
|
"pon",
|
||||||
|
"wt",
|
||||||
|
"śr",
|
||||||
|
"czw",
|
||||||
|
"pt",
|
||||||
|
"sob",
|
||||||
|
"niedz"
|
||||||
|
],
|
||||||
|
"long_weekdays": [
|
||||||
|
"poniedziałek",
|
||||||
|
"wtorek",
|
||||||
|
"środa",
|
||||||
|
"czwartek",
|
||||||
|
"piątek",
|
||||||
|
"sobota",
|
||||||
|
"niedziela"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue