Commit 32bc01a2 authored by Avaray's avatar Avaray
Browse files

added polish locale

Polish language have many variations and it's impossible to set all of them.
parent b429fe83
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
{
  "year": {
    "one": "{0} rok",
    "other": "{0} lata"
  },
  "month": {
    "one": "{0} miesiąc",
    "other": "{0} miesiące"
  },
  "week": {
    "one": "{0} tydzień",
    "other": "{0} tygodnie"
  },
  "day": {
    "one": "{0} dzień",
    "other": "{0} dni"
  },
  "hour": {
    "one": "{0} godzina",
    "other": "{0} godziny"
  },
  "minute": {
    "one": "{0} minuta",
    "other": "{0} minuty"
  },
  "second": {
    "one": "{0} sekunda",
    "other": "{0} sekundy"
  }
}
+9 −0
Original line number Diff line number Diff line
{
  "year": "{0}r",
  "month": "{0}m",
  "week": "{0}t",
  "day": "{0}d",
  "hour": "{0}g",
  "minute": "{0}m",
  "second": "{0}s"
}
+7 −0
Original line number Diff line number Diff line
{
  "now": {
    "current": "teraz",
    "future": "za chwilę",
    "past": "przed chwilą"
  }
}
+12 −0
Original line number Diff line number Diff line
{
  "year": "{0} r.",
  "month": "{0} m-c",
  "week": "{0} tyg.",
  "day": {
    "one": "{0} dzień",
    "other": "{0} dni"
  },
  "hour": "{0} godz.",
  "minute": "{0} min.",
  "second": "{0} sek."
}